public class RCharacterList extends RegularExpression
| Modifier and Type | Field | 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.
|
eol, inMinimumSize, myGeneration, nextGenerationIndex, parentlabel, lhsTokens, private_rexp, rhsToken, tpContext| Modifier and Type | Method | Description |
|---|---|---|
boolean |
CanMatchAnyChar() |
|
Nfa |
GenerateNfa(boolean ignoreCase) |
dumpPrefix, hashCode, reInit, toStringclone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitdumppublic boolean negated_list
public java.util.List descriptors
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa in class RegularExpressionpublic boolean CanMatchAnyChar()
CanMatchAnyChar in class RegularExpression