Package org.javacc.parser
Class RJustName
java.lang.Object
org.javacc.parser.Expansion
org.javacc.parser.RegularExpression
org.javacc.parser.RJustName
Describes regular expressions which are referred to just by
their name. This means that a regular expression with this
name has been declared earlier.
-
Field Summary
FieldsModifier and TypeFieldDescription"regexpr" points to the regular expression denoted by the name.Fields inherited from class org.javacc.parser.RegularExpression
label, lhsTokens, private_rexp, rhsToken, tpContext
Fields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar, dump
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
Field Details
-
regexpr
"regexpr" points to the regular expression denoted by the name.
-
-
Constructor Details
-
RJustName
public RJustName() -
RJustName
-
-
Method Details
-
GenerateNfa
- Specified by:
GenerateNfa
in classRegularExpression
-