|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.synth.graph.parser.syntaxtree.attrList
Grammar production: f0 -> "[" f1 -> [ attrDefs() ] f2 -> "]" f3 -> ( "[" [ attrDefs() ] "]" )*
Field Summary | |
NodeToken |
f0
|
NodeOptional |
f1
|
NodeToken |
f2
|
NodeListOptional |
f3
|
Constructor Summary | |
attrList(NodeToken n0,
NodeOptional n1,
NodeToken n2,
NodeListOptional n3)
|
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 NodeToken f0
public NodeOptional f1
public NodeToken f2
public NodeListOptional f3
Constructor Detail |
public attrList(NodeToken n0, NodeOptional n1, NodeToken n2, NodeListOptional n3)
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 |