cz.cuni.jagrlib.xml
Class JGLScript.FunctionState

java.lang.Object
  extended by cz.cuni.jagrlib.xml.JGLScript.ParseState
      extended by cz.cuni.jagrlib.xml.JGLScript.SequenceState
          extended by cz.cuni.jagrlib.xml.JGLScript.MethodState
              extended by cz.cuni.jagrlib.xml.JGLScript.FunctionState
Enclosing class:
JGLScript

protected class JGLScript.FunctionState
extends JGLScript.MethodState

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

JGLScript.FunctionState

protected JGLScript.FunctionState()
Method Detail

endElement

public void endElement(java.lang.String qName)
My element was finished.

Overrides:
endElement in class JGLScript.MethodState