jtb.cparser.syntaxtree
Class IterationStatement
Object
IterationStatement
- All Implemented Interfaces:
- Serializable, Node
public class IterationStatement
- extends Object
- implements Node
Grammar production:
f0 -> ( "(" Expression() ")" Statement() | Statement() "(" Expression() ")" ";" | "(" [ Expression() ] ";" [ Expression() ] ";" [ Expression() ] ")" Statement() )
- See Also:
- Serialized Form
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f0
public NodeChoice f0
IterationStatement
public IterationStatement(NodeChoice n0)
accept
public void accept(Visitor v)
- Specified by:
accept in interface Node