Class LocalLookahead
java.lang.Object
EDU.purdue.jtb.parser.syntaxtree.LocalLookahead
- All Implemented Interfaces:
INode, Serializable
JTB node class for the production LocalLookahead:
Corresponding grammar:
f0 -> [ IntegerLiteral() ]
f1 -> [ "," ]
f2 -> [ ExpansionChoices() ]
f3 -> [ "," ]
f4 -> [ #0 "{"
.. .. . #1 [ Expression() ]
.. .. . #2 "}" ]
s: -1879920786
Corresponding grammar:
f0 -> [ IntegerLiteral() ]
f1 -> [ "," ]
f2 -> [ ExpansionChoices() ]
f3 -> [ "," ]
f4 -> [ #0 "{"
.. .. . #1 [ Expression() ]
.. .. . #2 "}" ]
s: -1879920786
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionChild node 0Child node 1Child node 2Child node 3Child node 4 -
Constructor Summary
ConstructorsConstructorDescriptionLocalLookahead(NodeOptional n0, NodeOptional n1, NodeOptional n2, NodeOptional n3, NodeOptional n4) Constructs the node with all its children nodes. -
Method Summary
Modifier and TypeMethodDescriptionintaccept(IIntVisitor vis) Accepts aIIntVisitorvisitor with user return data.voidaccept(IVoidVisitor vis) Accepts aIVoidVisitorvisitor} visitor with user return data.
-
Field Details
-
f0
Child node 0 -
f1
Child node 1 -
f2
Child node 2 -
f3
Child node 3 -
f4
Child node 4
-
-
Constructor Details
-
LocalLookahead
public LocalLookahead(NodeOptional n0, NodeOptional n1, NodeOptional n2, NodeOptional n3, NodeOptional n4) Constructs the node with all its children nodes.- Parameters:
n0- - first child noden1- - next child noden2- - next child noden3- - next child noden4- - next child node
-
-
Method Details
-
accept
Accepts aIIntVisitorvisitor with user return data. -
accept
Accepts aIVoidVisitorvisitor} visitor with user return data.
-