Package EDU.purdue.jtb.parser.syntaxtree
Class RelationalExpression
java.lang.Object
EDU.purdue.jtb.parser.syntaxtree.RelationalExpression
- All Implemented Interfaces:
INode
,Serializable
JTB node class for the production RelationalExpression:
Corresponding grammar:
f0 -> ShiftExpression()
f1 -> ( #0 ( %0 "invalid input: '<'"
.. .. . .. | %1 ">"
.. .. . .. | %2 "invalid input: '<'="
.. .. . .. | %3 ">=" )
.. .. . #1 ShiftExpression() )*
s: 1473482530
Corresponding grammar:
f0 -> ShiftExpression()
f1 -> ( #0 ( %0 "invalid input: '<'"
.. .. . .. | %1 ">"
.. .. . .. | %2 "invalid input: '<'="
.. .. . .. | %3 ">=" )
.. .. . #1 ShiftExpression() )*
s: 1473482530
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionChild node 0Child node 1 -
Constructor Summary
ConstructorsConstructorDescriptionConstructs the node with all its children nodes. -
Method Summary
Modifier and TypeMethodDescriptionint
accept
(IIntVisitor vis) Accepts aIIntVisitor
visitor with user return data.void
accept
(IVoidVisitor vis) Accepts aIVoidVisitor
visitor} visitor with user return data.
-
Field Details
-
f0
Child node 0 -
f1
Child node 1
-
-
Constructor Details
-
RelationalExpression
Constructs the node with all its children nodes.- Parameters:
n0
- - first child noden1
- - next child node
-
-
Method Details
-
accept
Accepts aIIntVisitor
visitor with user return data. -
accept
Accepts aIVoidVisitor
visitor} visitor with user return data.
-