Class RChoice
java.lang.Object
org.javacc.parser.Expansion
org.javacc.parser.RegularExpression
org.javacc.parser.RChoice
Describes regular expressions which are choices from
from among included regular expressions.
-
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 TypeMethodDescriptionvoidGenerateNfa(boolean ignoreCase) voidsetChoices(List choices) Methods inherited from class RegularExpression
CanMatchAnyChar, dumpMethods inherited from class Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
Constructor Details
-
RChoice
public RChoice()
-
-
Method Details
-
setChoices
- Parameters:
choices- the choices to set
-
getChoices
- Returns:
- the choices
-
GenerateNfa
- Specified by:
GenerateNfain classRegularExpression
-
CheckUnmatchability
public void CheckUnmatchability()
-