Package EDU.purdue.jtb.parser
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 EDU.purdue.jtb.parser.Expansion_
Expansion_.EXP_TYPE
-
Field Summary
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Checks whether Regular Expression Choices can be matched.final List
<RegularExpression_> final void
Methods inherited from class EDU.purdue.jtb.parser.RegularExpression_
CanMatchAnyChar, dump
Methods inherited from class EDU.purdue.jtb.parser.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.
-