Class RRepetitionRange
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.RegularExpression_
EDU.purdue.jtb.parser.RRepetitionRange
Describes one-or-more regular expressions (invalid input: '<'foo+>).
-
Nested Class Summary
Nested classes/interfaces inherited from class Expansion_
Expansion_.EXP_TYPE -
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanTrue if it has a maximum, false otherwiseintThe maximumintThe minimumThe regular expression which is repeated one or more timesFields inherited from class RegularExpression_
label, lhsTokens, private_rexp, rhsToken, tpContextFields inherited from class Expansion_
EOL, inMinimumSize, myGeneration, nextGenerationIndex, parent -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class RegularExpression_
CanMatchAnyChar, dumpMethods inherited from class Expansion_
dumpPrefix, toString
-
Field Details
-
regexpr
The regular expression which is repeated one or more times -
min
public int minThe minimum -
max
public int maxThe maximum -
hasMax
public boolean hasMaxTrue if it has a maximum, false otherwise
-
-
Constructor Details
-
RRepetitionRange
public RRepetitionRange()Standard constructor
-