public class ExpRChoice extends AbstractExpRegularExpression
m_label, m_lhsTokens, m_ordinal, m_private_rexp, m_rhsToken, m_tpContextEOL, m_inMinimumSize, m_myGeneration, m_parent| Constructor and Description |
|---|
ExpRChoice() |
| Modifier and Type | Method and Description |
|---|---|
int |
checkUnmatchability() |
Nfa |
generateNfa(boolean ignoreCase) |
List<AbstractExpRegularExpression> |
getChoices() |
void |
setChoices(List<AbstractExpRegularExpression> choices) |
canMatchAnyChar, dumpdumpPrefix, getNextGenerationIndex, hashCode, reInit, toStringpublic void setChoices(List<AbstractExpRegularExpression> choices)
choices - the choices to setpublic List<AbstractExpRegularExpression> getChoices()
public Nfa generateNfa(boolean ignoreCase)
generateNfa in class AbstractExpRegularExpressionpublic int checkUnmatchability()
Copyright © 2017–2019 Philip Helger. All rights reserved.