Class BNFProduction

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

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