Class LocalLookahead

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

    public class LocalLookahead
    extends java.lang.Object
    implements INode
    JTB node class for the production LocalLookahead:
    Corresponding grammar:
    f0 -> [ IntegerLiteral() ]
    f1 -> [ "," ]
    f2 -> [ ExpansionChoices() ]
    f3 -> [ "," ]
    f4 -> [ #0 "{"
    .. .. . #1 [ Expression() ]
    .. .. . #2 "}" ]
    s: -1879920786
    See Also:
    Serialized Form