public class ExpRCharacterList extends AbstractExpRegularExpression
| Modifier and Type | Field and Description |
|---|---|
List<ICCCharacter> |
m_descriptors
This is the list of descriptors of the character list.
|
boolean |
m_negated_list
This is true if a tilde (~) appears before the character list.
|
m_label, m_lhsTokens, m_ordinal, m_private_rexp, m_rhsToken, m_tpContextEOL, m_inMinimumSize, m_myGeneration, m_parent| Modifier and Type | Method and Description |
|---|---|
boolean |
canMatchAnyChar() |
Nfa |
generateNfa(boolean ignoreCase) |
dumpdumpPrefix, getNextGenerationIndex, hashCode, reInit, toStringpublic boolean m_negated_list
public List<ICCCharacter> m_descriptors
public Nfa generateNfa(boolean ignoreCase)
generateNfa in class AbstractExpRegularExpressionpublic boolean canMatchAnyChar()
canMatchAnyChar in class AbstractExpRegularExpressionCopyright © 2017–2019 Philip Helger. All rights reserved.