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

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

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

Subclasses of JGLScript.ParseState in cz.cuni.jagrlib.xml
protected  class JGLScript.ArgParseState
          Reads direct argument: atomic type, 1D array..
protected  class JGLScript.ArrayState
          Defines general array object.
protected  class JGLScript.ClassState
          Reads full class specification and returns it using setValue().
protected  class JGLScript.ConstructorState
          Constructs the object using explicitly defined constructor.
protected  class JGLScript.DefState
          Defines literal (named) object: atomic type, 1D array..
protected  class JGLScript.FunctionState
          Executes function from the other object.
protected  class JGLScript.InitState
          Global parsing state encapsulating the whole XML file.
protected  class JGLScript.MemberState
          Fetches member variable from the given class/instance.
protected  class JGLScript.MethodState
          Invokes the given method of the ancestor object.
protected  class JGLScript.NullState
          Null reference literal.
protected  class JGLScript.ObjectState
          Defines a new object instance.
protected  class JGLScript.RefState
          Reads reference to previously defined object.
protected  class JGLScript.ReturnState
          Defines result object map.
protected  class JGLScript.ScriptState
          Parses the whole JGL script (inside of the <script> tag).
protected  class JGLScript.SequenceState
          Defines vector of the objects.
protected  class JGLScript.SetState
          Invokes the set() method of the ancestor object.
protected  class JGLScript.TextParseState
          General text-parsing state, accumulates text into StringBuffer.
 

Fields in cz.cuni.jagrlib.xml declared as JGLScript.ParseState
protected  JGLScript.ParseState JGLScript.ParseState.parent
          Pointer to ancestor (FIFO).
protected  JGLScript.ParseState JGLScript.tos
          State stack (top of stack).