Package org.javacc.parser
Class RCharacterList
java.lang.Object
org.javacc.parser.Expansion
org.javacc.parser.RegularExpression
org.javacc.parser.RCharacterList
Describes character lists.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThis is the list of descriptors of the character list.boolean
This is true if a tilde (~) appears before the character list.Fields inherited from class org.javacc.parser.RegularExpression
label, lhsTokens, private_rexp, rhsToken, tpContext
Fields inherited from class org.javacc.parser.Expansion
eol, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
Method Summary
Methods inherited from class org.javacc.parser.RegularExpression
dump
Methods inherited from class org.javacc.parser.Expansion
dumpPrefix, getProductionName, hashCode, reInit, toString
-
Field Details
-
negated_list
public boolean negated_listThis is true if a tilde (~) appears before the character list. Otherwise, this is false. -
descriptors
This is the list of descriptors of the character list. Each list entry will narrow to either SingleCharacter or to CharacterRange.
-
-
Method Details
-
GenerateNfa
- Specified by:
GenerateNfa
in classRegularExpression
-
CanMatchAnyChar
public boolean CanMatchAnyChar()- Overrides:
CanMatchAnyChar
in classRegularExpression
-