|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.synth.graph.parser.syntaxtree.rCompound
Grammar production: f0 -> edgeOp() f1 -> simple() f2 -> ( edgeOp() simple() )*
Field Summary | |
edgeOp |
f0
|
simple |
f1
|
NodeListOptional |
f2
|
Constructor Summary | |
rCompound(edgeOp n0,
simple n1,
NodeListOptional n2)
|
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 edgeOp f0
public simple f1
public NodeListOptional f2
Constructor Detail |
public rCompound(edgeOp n0, simple n1, NodeListOptional n2)
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 |