Class RJustName
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.RegularExpression_
EDU.purdue.jtb.parser.RJustName
Describes regular expressions which are referred to just by their name. This means that a regular
expression with this name has been declared earlier.
-
Nested Class Summary
Nested classes/interfaces inherited from class Expansion_
Expansion_.EXP_TYPE -
Field Summary
FieldsModifier and TypeFieldDescription"regexpr" points to the regular expression denoted by the name.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
-
regexpr
"regexpr" points to the regular expression denoted by the name.
-
-
Constructor Details
-
RJustName
public RJustName()Standard constructor -
RJustName
-