|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.synth.graph.parser.syntaxtree.StatementList
Grammar production: f0 -> Statement() f1 -> [ StatementList() ]
Field Summary | |
Statement |
f0
|
NodeOptional |
f1
|
Constructor Summary | |
StatementList(Statement n0,
NodeOptional n1)
|
Method Summary | |
void |
accept(Visitor v)
|
Node |
getParent()
|
void |
setParent(Node n)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Statement f0
public NodeOptional f1
Constructor Detail |
public StatementList(Statement n0, NodeOptional n1)
Method Detail |
public void accept(Visitor v)
accept
in interface Node
public void setParent(Node n)
setParent
in interface Node
public Node getParent()
getParent
in interface Node
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |