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 TypeFieldDescriptionbooleanintintThe regular expression which is repeated one or more times.Fields inherited from class RegularExpression
label, lhsTokens, ordinal, private_rexp, rhsToken, tpContext, walkStatusFields inherited from class Expansion
eol, inMinimumSize, myGeneration, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RegularExpression
CanMatchAnyChar, dumpMethods inherited from class Expansion
dumpPrefix, getColumn, getLine, getProductionName, hashCode, setColumn, setLine, 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:
GenerateNfain classRegularExpression
-