Class BNFProduction

java.lang.Object
EDU.purdue.jtb.parser.syntaxtree.BNFProduction
All Implemented Interfaces:
INode, Serializable

public class BNFProduction extends Object implements INode
JTB node class for the production BNFProduction:
Corresponding grammar:
f0 -> AccessModifier()
f1 -> ResultType()
f2 -> IdentifierAsString()
f3 -> FormalParameters()
f4 -> [ #0 "throws" #1 Name()
.. .. . #2 ( $0 "," $1 Name() )* ]
f5 -> [ "!" ]
f6 -> ":"
f7 -> Block()
f8 -> "{"
f9 -> ExpansionChoices()
f10 -> "}"
s: 1323482450
See Also: