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(package private) RegularExpression"regexpr" points to the regular expression denoted by the name.Fields inherited from class org.javacc.parser.RegularExpression
label, lhsTokens, ordinal, private_rexp, rhsToken, tpContext, walkStatusFields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar, dumpMethods inherited from class org.javacc.parser.Expansion
dumpPrefix, getColumn, getLine, getProductionName, hashCode, setColumn, setLine, toString
-
Field Details
-
regexpr
RegularExpression regexpr"regexpr" points to the regular expression denoted by the name.
-
-
Constructor Details
-
RJustName
public RJustName() -
RJustName
-
-
Method Details
-
GenerateNfa
- Specified by:
GenerateNfain classRegularExpression
-