Package org.javacc.parser
Class RJustName
- java.lang.Object
-
- org.javacc.parser.Expansion
-
- org.javacc.parser.RegularExpression
-
- org.javacc.parser.RJustName
-
public class RJustName extends RegularExpression
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
Fields Modifier and Type Field Description RegularExpression
regexpr
"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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Nfa
GenerateNfa(boolean ignoreCase)
-
Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar, dump
-
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
-
-
-
Field Detail
-
regexpr
public RegularExpression regexpr
"regexpr" points to the regular expression denoted by the name.
-
-
Constructor Detail
-
RJustName
public RJustName()
-
RJustName
public RJustName(Token token, java.lang.String image)
-
-
Method Detail
-
GenerateNfa
public Nfa GenerateNfa(boolean ignoreCase)
- Specified by:
GenerateNfa
in classRegularExpression
-
-