Class RegExprSpec

java.lang.Object
EDU.purdue.jtb.parser.syntaxtree.RegExprSpec
All Implemented Interfaces:
INode, Serializable

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