Class RegExprSpec
java.lang.Object
org.javacc.parser.RegExprSpec
The object type of entries in the vector "respecs" of class
"TokenProduction".
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ActionThe action corresponding to this specification.(package private) StringThe next state corresponding to this specification.If the next state specification was explicit in the previous case, then this token is that of the identifier denoting the next state.The regular expression of this specification. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
rexp
The regular expression of this specification. -
act
Action actThe action corresponding to this specification. -
nextState
String nextStateThe next state corresponding to this specification. If no next state has been specified, this field is set to "null". -
nsTok
If the next state specification was explicit in the previous case, then this token is that of the identifier denoting the next state. This is used for location information, etc. in error reporting.
-
-
Constructor Details
-
RegExprSpec
public RegExprSpec()
-