public class ExpRRepetitionRange extends AbstractExpRegularExpression
| Modifier and Type | Field and Description |
|---|---|
boolean |
m_hasMax |
int |
m_max |
int |
m_min |
AbstractExpRegularExpression |
m_regexpr
The regular expression which is repeated one or more times.
|
m_label, m_lhsTokens, m_ordinal, m_private_rexp, m_rhsToken, m_tpContextEOL, m_inMinimumSize, m_myGeneration, m_parent| Constructor and Description |
|---|
ExpRRepetitionRange() |
| Modifier and Type | Method and Description |
|---|---|
Nfa |
generateNfa(boolean ignoreCase) |
canMatchAnyChar, dumpdumpPrefix, getNextGenerationIndex, hashCode, reInit, toStringpublic AbstractExpRegularExpression m_regexpr
public int m_min
public int m_max
public boolean m_hasMax
public Nfa generateNfa(boolean ignoreCase)
generateNfa in class AbstractExpRegularExpressionCopyright © 2017–2019 Philip Helger. All rights reserved.