Package EDU.purdue.jtb.parser
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 EDU.purdue.jtb.parser.Expansion_
Expansion_.EXP_TYPE
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
True if it has a maximum, false otherwiseint
The maximumint
The minimumThe regular expression which is repeated one or more timesFields inherited from class EDU.purdue.jtb.parser.RegularExpression_
label, lhsTokens, private_rexp, rhsToken, tpContext
Fields inherited from class EDU.purdue.jtb.parser.Expansion_
EOL, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EDU.purdue.jtb.parser.RegularExpression_
CanMatchAnyChar, dump
Methods inherited from class EDU.purdue.jtb.parser.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
-