public class ExpRCharacterList extends AbstractExpRegularExpression
m_private_rexp, m_tpContext| Constructor and Description |
|---|
ExpRCharacterList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDescriptor(ICCCharacter a) |
boolean |
canMatchAnyChar() |
Nfa |
generateNfa(boolean ignoreCase) |
List<ICCCharacter> |
getDescriptors() |
boolean |
isNegatedList() |
void |
setNegatedList(boolean b) |
dump, getLabel, getLhsTokens, getOrdinal, getRhsToken, getWalkStatus, hasLabel, setLabel, setLhsTokens, setOrdinal, setRhsToken, setWalkStatusdumpPrefix, getColumn, getInternalIndex, getInternalName, getLine, getMyGeneration, getNextGenerationIndex, getOrdinalBase, getParent, hashCode, hasNoInternalName, isInMinimumSize, reInit, setColumn, setInMinimumSize, setInternalName, setInternalNameOnly, setLine, setMyGeneration, setOrdinalBase, setParent, toStringpublic Nfa generateNfa(boolean ignoreCase)
generateNfa in class AbstractExpRegularExpressionpublic boolean canMatchAnyChar()
canMatchAnyChar in class AbstractExpRegularExpressionpublic final boolean isNegatedList()
public final void setNegatedList(boolean b)
@Nonnull public final List<ICCCharacter> getDescriptors()
public final void addDescriptor(@Nonnull ICCCharacter a)
Copyright © 2017–2022 Philip Helger. All rights reserved.