org.oXML.engine
Class StackedMap

java.lang.Object
  extended byorg.oXML.engine.StackedMap

public class StackedMap
extends java.lang.Object

n.b. not thread safe!


Constructor Summary
  StackedMap()
           
protected StackedMap(StackedMap other)
          copy constructor
 
Method Summary
 StackedMap copy()
           
 void decrement()
           
 Variable get(Name name)
           
 void increment()
           
 void set(Name name, Variable value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackedMap

public StackedMap()

StackedMap

protected StackedMap(StackedMap other)
copy constructor

Method Detail

copy

public StackedMap copy()

get

public Variable get(Name name)

set

public void set(Name name,
                Variable value)

increment

public void increment()

decrement

public void decrement()