Class RegExprSpec

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

    public class RegExprSpec
    extends java.lang.Object
    implements INode
    JTB node class for the production RegExprSpec:
    Corresponding grammar:
    f0 -> RegularExpression()
    f1 -> [ "!" ]
    f2 -> [ Block() ]
    f3 -> [ #0 ":" #1 < IDENTIFIER > ]
    s: -1949948808
    See Also:
    Serialized Form