Package org.javacc.parser
Class RRepetitionRange
java.lang.Object
org.javacc.parser.Expansion
org.javacc.parser.RegularExpression
org.javacc.parser.RRepetitionRange
Describes one-or-more regular expressions (invalid input: '<'foo+>).
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
int
The regular expression which is repeated one or more times.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
The regular expression which is repeated one or more times. -
min
public int min -
max
public int max -
hasMax
public boolean hasMax
-
-
Constructor Details
-
RRepetitionRange
public RRepetitionRange()
-
-
Method Details
-
GenerateNfa
- Specified by:
GenerateNfa
in classRegularExpression
-