cz.cuni.jagrlib.xml
Class JGLScript.SequenceState
java.lang.Object
cz.cuni.jagrlib.xml.JGLScript.ParseState
cz.cuni.jagrlib.xml.JGLScript.SequenceState
- Direct Known Subclasses:
- JGLScript.ArrayState, JGLScript.ConstructorState, JGLScript.MethodState, JGLScript.ReturnState, JGLScript.SetState
- Enclosing class:
- JGLScript
protected abstract class JGLScript.SequenceState
- extends JGLScript.ParseState
Defines vector of the objects.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
list
protected List<Object> list
- Array elements.
JGLScript.SequenceState
protected JGLScript.SequenceState()
startElement
public void startElement(String qName,
Attributes atts)
- A new XML element is starting in my context..
- Overrides:
startElement
in class JGLScript.ParseState
setValue
public void setValue(int type,
Object value)
- Arbitrary value from one of descendants..
- Overrides:
setValue
in class JGLScript.ParseState