Package EDU.purdue.jtb.parser
Class RZeroOrMore
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.RegularExpression_
EDU.purdue.jtb.parser.RZeroOrMore
Describes zero-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 TypeFieldDescriptionThe regular expression which is repeated zero or more times.Fields 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
ConstructorsConstructorDescriptionStandard constructorConstructor with parameters -
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 zero or more times.
-
-
Constructor Details
-
RZeroOrMore
public RZeroOrMore()Standard constructor -
RZeroOrMore
Constructor with parameters- Parameters:
t
- - the tokenr
- - the node
-