public class RCharacterList extends RegularExpression
| Modifier and Type | Field and Description |
|---|---|
java.util.List |
descriptors
This is the list of descriptors of the character list.
|
boolean |
negated_list
This is true if a tilde (~) appears before the character list.
|
label, lhsTokens, private_rexp, rhsToken, tpContexteol, inMinimumSize, myGeneration, nextGenerationIndex, parent| Modifier and Type | Method and Description |
|---|---|
boolean |
CanMatchAnyChar() |
Nfa |
GenerateNfa(boolean ignoreCase) |
dumpdumpPrefix, hashCode, reInit, toStringpublic boolean negated_list
public java.util.List descriptors
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa in class RegularExpressionpublic boolean CanMatchAnyChar()
CanMatchAnyChar in class RegularExpression