Uses of Class
cz.cuni.jagrlib.xml.JGLScript.SequenceState

Packages that use JGLScript.SequenceState
cz.cuni.jagrlib.xml Classes for XML processing in the JaGrLib project. 
 

Uses of JGLScript.SequenceState in cz.cuni.jagrlib.xml
 

Subclasses of JGLScript.SequenceState in cz.cuni.jagrlib.xml
protected  class JGLScript.ArrayState
          Defines general array object.
protected  class JGLScript.ConstructorState
          Constructs the object using explicitly defined constructor.
protected  class JGLScript.FunctionState
          Executes function from the other object.
protected  class JGLScript.MethodState
          Invokes the given method of the ancestor object.
protected  class JGLScript.ReturnState
          Defines result object map.
protected  class JGLScript.SetState
          Invokes the set() method of the ancestor object.