Class RegularExprProduction

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

    public class RegularExprProduction
    extends java.lang.Object
    implements INode
    JTB node class for the production RegularExprProduction:
    Corresponding grammar:
    f0 -> [ %0 #0 "<" #1 "*" #2 ">"
    .. .. | %1 #0 "<" #1 < IDENTIFIER >
    .. .. . .. #2 ( $0 "," $1 < IDENTIFIER > )*
    .. .. . .. #3 ">" ]
    f1 -> RegExprKind()
    f2 -> [ #0 "[" #1 "IGNORE_CASE" #2 "]" ]
    f3 -> ":"
    f4 -> "{"
    f5 -> RegExprSpec()
    f6 -> ( #0 "|" #1 RegExprSpec() )*
    f7 -> "}"
    s: 484788342
    See Also:
    Serialized Form