cz.cuni.jagrlib.xml
Class JGLScript.DefState

java.lang.Object
  extended by cz.cuni.jagrlib.xml.JGLScript.ParseState
      extended by cz.cuni.jagrlib.xml.JGLScript.ArgParseState
          extended by cz.cuni.jagrlib.xml.JGLScript.DefState
Enclosing class:
JGLScript

protected class JGLScript.DefState
extends JGLScript.ArgParseState

Defines literal (named) object: atomic type, 1D array..


Field Summary
 java.lang.String id
          Object id (unique in the whole script, can be null for anonymous object).
 
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ArgParseState
sb, type, typeAttr
 
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState
context, parent
 
Constructor Summary
JGLScript.DefState(org.xml.sax.Attributes attr)
           
 
Method Summary
protected  void finish(java.lang.Object obj)
          Finishes element processing (overridable method).
 
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.ArgParseState
endElement, characters
 
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState
invokeMethod, newInstance, pop, setText, setValue, startElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public java.lang.String id
Object id (unique in the whole script, can be null for anonymous object).

Constructor Detail

JGLScript.DefState

public JGLScript.DefState(org.xml.sax.Attributes attr)
Method Detail

finish

protected void finish(java.lang.Object obj)
Finishes element processing (overridable method).

Overrides:
finish in class JGLScript.ArgParseState