Uses of Class
org.tromer.jie.syntaxtree.NodeChoice

Packages that use NodeChoice
org.tromer.jie.syntaxtree Java abstract syntax tree nodes, generated by JavaCC from JTB-generated grammar. 
 

Uses of NodeChoice in org.tromer.jie.syntaxtree
 

Fields in org.tromer.jie.syntaxtree declared as NodeChoice
 NodeChoice MethodDeclaration.nodeChoice
           
 NodeChoice StatementExpression.nodeChoice
           
 NodeChoice BooleanLiteral.nodeChoice
           
 NodeChoice CastExpression.nodeChoice
           
 NodeChoice ExplicitConstructorInvocation.nodeChoice
           
 NodeChoice VariableInitializer.nodeChoice
           
 NodeChoice PrimarySuffix.nodeChoice
           
 NodeChoice UnaryExpression.nodeChoice
           
 NodeChoice TypeDeclaration.nodeChoice
           
 NodeChoice PrimaryPrefix.nodeChoice
           
 NodeChoice ResultType.nodeChoice
           
 NodeChoice CastLookahead.nodeChoice
           
 NodeChoice AssignmentOperator.nodeChoice
           
 NodeChoice SwitchLabel.nodeChoice
           
 NodeChoice ArrayDimsAndInits.nodeChoice
           
 NodeChoice PrimitiveType.nodeChoice
           
 NodeChoice InterfaceMemberDeclaration.nodeChoice
           
 NodeChoice ClassBodyDeclaration.nodeChoice
           
 NodeChoice BlockStatement.nodeChoice
           
 NodeChoice AllocationExpression.nodeChoice
           
 NodeChoice Statement.nodeChoice
           
 NodeChoice UnaryExpressionNotPlusMinus.nodeChoice
           
 NodeChoice ForInit.nodeChoice
           
 NodeChoice Literal.nodeChoice
           
 NodeChoice Type.nodeChoice
           
 

Constructors in org.tromer.jie.syntaxtree with parameters of type NodeChoice
MethodDeclaration.MethodDeclaration(NodeListOptional n0, ResultType n1, MethodDeclarator n2, NodeOptional n3, NodeChoice n4)
           
StatementExpression.StatementExpression(NodeChoice n0)
           
BooleanLiteral.BooleanLiteral(NodeChoice n0)
           
CastExpression.CastExpression(NodeChoice n0)
           
ExplicitConstructorInvocation.ExplicitConstructorInvocation(NodeChoice n0)
           
VariableInitializer.VariableInitializer(NodeChoice n0)
           
PrimarySuffix.PrimarySuffix(NodeChoice n0)
           
UnaryExpression.UnaryExpression(NodeChoice n0)
           
TypeDeclaration.TypeDeclaration(NodeChoice n0)
           
PrimaryPrefix.PrimaryPrefix(NodeChoice n0)
           
ResultType.ResultType(NodeChoice n0)
           
CastLookahead.CastLookahead(NodeChoice n0)
           
AssignmentOperator.AssignmentOperator(NodeChoice n0)
           
SwitchLabel.SwitchLabel(NodeChoice n0)
           
ArrayDimsAndInits.ArrayDimsAndInits(NodeChoice n0)
           
PrimitiveType.PrimitiveType(NodeChoice n0)
           
InterfaceMemberDeclaration.InterfaceMemberDeclaration(NodeChoice n0)
           
ClassBodyDeclaration.ClassBodyDeclaration(NodeChoice n0)
           
BlockStatement.BlockStatement(NodeChoice n0)
           
AllocationExpression.AllocationExpression(NodeChoice n0)
           
Statement.Statement(NodeChoice n0)
           
UnaryExpressionNotPlusMinus.UnaryExpressionNotPlusMinus(NodeChoice n0)
           
ForInit.ForInit(NodeChoice n0)
           
Literal.Literal(NodeChoice n0)
           
Type.Type(NodeChoice n0, NodeListOptional n1)