Class ROneOrMore
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.RegularExpression_
EDU.purdue.jtb.parser.ROneOrMore
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 TypeFieldDescriptionThe regular expression which is repeated one or more times.Fields inherited from class RegularExpression_
label, lhsTokens, private_rexp, rhsToken, tpContextFields inherited from class Expansion_
EOL, inMinimumSize, myGeneration, nextGenerationIndex, parent -
Constructor Summary
ConstructorsConstructorDescriptionStandard constructorROneOrMore(Token t, RegularExpression_ re) Constructor with parameters -
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.
-
-
Constructor Details
-
ROneOrMore
public ROneOrMore()Standard constructor -
ROneOrMore
Constructor with parameters- Parameters:
t- - the tokenre- - the regular expression
-