Class RSequence
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.RegularExpression_
EDU.purdue.jtb.parser.RSequence
Describes regular expressions which are sequences of other regular expressions.
-
Nested Class Summary
Nested classes/interfaces inherited from class Expansion_
Expansion_.EXP_TYPE -
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of units in this regular expression sequence.Fields 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
-
units
The list of units in this regular expression sequence. Each list component will narrow to RegularExpression_
-
-
Constructor Details
-
RSequence
public RSequence()Standard constructor -
RSequence
- Parameters:
seq- - the node
-