|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.xml.JGLScript.ParseState
cz.cuni.jagrlib.xml.JGLScript.ArgParseState
cz.cuni.jagrlib.xml.JGLScript.DefState
protected class JGLScript.DefState
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 |
---|
public java.lang.String id
null
for anonymous object).
Constructor Detail |
---|
public JGLScript.DefState(org.xml.sax.Attributes attr)
Method Detail |
---|
protected void finish(java.lang.Object obj)
finish
in class JGLScript.ArgParseState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |