Class RChoice
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.RegularExpression_
EDU.purdue.jtb.parser.RChoice
Describes regular expressions which are choices from from among included regular expressions.
-
Nested Class Summary
Nested classes/interfaces inherited from class Expansion_
Expansion_.EXP_TYPE -
Field Summary
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
Modifier and TypeMethodDescriptionvoidChecks whether Regular Expression Choices can be matched.final List<RegularExpression_> final voidMethods inherited from class RegularExpression_
CanMatchAnyChar, dumpMethods inherited from class Expansion_
dumpPrefix, toString
-
Constructor Details
-
RChoice
public RChoice()Standard constructor
-
-
Method Details
-
setChoices
- Parameters:
ch- - the choices to set
-
getChoices
- Returns:
- the choices
-
CheckUnmatchability
public void CheckUnmatchability()Checks whether Regular Expression Choices can be matched.
-