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, parent
label, lhsTokens, private_rexp, rhsToken, tpContext
Modifier and Type | Method | Description |
---|---|---|
boolean |
CanMatchAnyChar() |
|
Nfa |
GenerateNfa(boolean ignoreCase) |
dumpPrefix, hashCode, reInit, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
dump
public boolean negated_list
public java.util.List descriptors
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa
in class RegularExpression
public boolean CanMatchAnyChar()
CanMatchAnyChar
in class RegularExpression