Package org.javacc.parser
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 org.javacc.parser.RegularExpression
label, lhsTokens, private_rexp, rhsToken, tpContext
Fields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
GenerateNfa
(boolean ignoreCase) void
setChoices
(List choices) Methods inherited from class org.javacc.parser.RegularExpression
CanMatchAnyChar, dump
Methods inherited from class org.javacc.parser.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:
GenerateNfa
in classRegularExpression
-
CheckUnmatchability
public void CheckUnmatchability()
-