Class JavaCodeProduction

  • All Implemented Interfaces:
    INode, java.io.Serializable

    public class JavaCodeProduction
    extends java.lang.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:
    Serialized Form