public class RChoice extends RegularExpression
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
label, lhsTokens, private_rexp, rhsToken, tpContext
Constructor | Description |
---|---|
RChoice() |
Modifier and Type | Method | Description |
---|---|---|
void |
CheckUnmatchability() |
|
Nfa |
GenerateNfa(boolean ignoreCase) |
|
java.util.List |
getChoices() |
|
void |
setChoices(java.util.List choices) |
dumpPrefix, hashCode, reInit, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
CanMatchAnyChar, dump
public void setChoices(java.util.List choices)
choices
- the choices to setpublic java.util.List getChoices()
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa
in class RegularExpression
public void CheckUnmatchability()