|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.javacc.parser.Expansion
org.javacc.parser.RegularExpression
org.javacc.parser.RCharacterList
public class RCharacterList
Describes character lists.
Field Summary | |
---|---|
java.util.Vector |
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. |
Fields inherited from class org.javacc.parser.RegularExpression |
---|
label, lhsTokens, private_rexp, tpContext |
Fields inherited from class org.javacc.parser.Expansion |
---|
inMinimumSize, myGeneration, nextGenerationIndex, parent |
Method Summary | |
---|---|
boolean |
CanMatchAnyChar()
|
Nfa |
GenerateNfa(boolean ignoreCase)
|
Methods inherited from class org.javacc.parser.Expansion |
---|
hashCode, reInit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public boolean negated_list
public java.util.Vector descriptors
Method Detail |
---|
public Nfa GenerateNfa(boolean ignoreCase)
GenerateNfa
in class RegularExpression
public boolean CanMatchAnyChar()
CanMatchAnyChar
in class RegularExpression
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |