Class JavaCCInput

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

    public class JavaCCInput
    extends java.lang.Object
    implements INode
    JTB node class for the production JavaCCInput:
    Corresponding grammar:
    f0 -> JavaCCOptions()
    f1 -> "PARSER_BEGIN"
    f2 -> "("
    f3 -> IdentifierAsString()
    f4 -> ")"
    f5 -> CompilationUnit()
    f6 -> "PARSER_END"
    f7 -> "("
    f8 -> IdentifierAsString()
    f9 -> ")"
    f10 -> ( Production() )+
    f11 -> < EOF >
    s: 1465207473
    See Also:
    Serialized Form