Package EDU.purdue.jtb.parser
Class RCharacterList
java.lang.Object
EDU.purdue.jtb.parser.Expansion_
EDU.purdue.jtb.parser.RegularExpression_
EDU.purdue.jtb.parser.RCharacterList
Describes character lists.
-
Nested Class Summary
Nested classes/interfaces inherited from class EDU.purdue.jtb.parser.Expansion_
Expansion_.EXP_TYPE
-
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 EDU.purdue.jtb.parser.RegularExpression_
label, lhsTokens, private_rexp, rhsToken, tpContext
Fields inherited from class EDU.purdue.jtb.parser.Expansion_
EOL, inMinimumSize, myGeneration, nextGenerationIndex, parent
-
Method Summary
Methods inherited from class EDU.purdue.jtb.parser.RegularExpression_
dump
Methods inherited from class EDU.purdue.jtb.parser.Expansion_
dumpPrefix, 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
-
CanMatchAnyChar
public boolean CanMatchAnyChar()- Overrides:
CanMatchAnyChar
in classRegularExpression_
- Returns:
- always false
-