Class JavaCodeProduction

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

public class JavaCodeProduction extends Object implements INode
JTB node class for the production JavaCodeProduction:
Corresponding grammar:
f0 -> "JAVACODE"
f1 -> AccessModifier()
f2 -> ResultType()
f3 -> IdentifierAsString()
f4 -> FormalParameters()
f5 -> [ #0 "throws" #1 Name()
.. .. . #2 ( $0 "," $1 Name() )* ]
f6 -> [ "%" ]
f7 -> Block()
s: -763138104
See Also: