|
||||||||||
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.SequenceState
cz.cuni.jagrlib.xml.JGLScript.MethodState
cz.cuni.jagrlib.xml.JGLScript.FunctionState
protected class JGLScript.FunctionState
Executes function from the other object. Can be used as regular r-value or as substitution of constructor.
Field Summary |
---|
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.MethodState |
---|
name |
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.SequenceState |
---|
list |
Fields inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
context, parent |
Constructor Summary | |
---|---|
protected |
JGLScript.FunctionState()
|
Method Summary | |
---|---|
void |
endElement(java.lang.String qName)
My element was finished. |
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.MethodState |
---|
setText, startElement |
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.SequenceState |
---|
setValue |
Methods inherited from class cz.cuni.jagrlib.xml.JGLScript.ParseState |
---|
characters, invokeMethod, newInstance, pop |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected JGLScript.FunctionState()
Method Detail |
---|
public void endElement(java.lang.String qName)
endElement
in class JGLScript.MethodState
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |