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 Expansion_
Expansion_.EXP_TYPE -
Field Summary
FieldsModifier and TypeFieldDescriptionThis is the list of descriptors of the character list.booleanThis is true if a tilde (~) appears before the character list.Fields inherited from class RegularExpression_
label, lhsTokens, private_rexp, rhsToken, tpContextFields inherited from class Expansion_
EOL, inMinimumSize, myGeneration, nextGenerationIndex, parent -
Method Summary
Methods inherited from class RegularExpression_
dumpMethods inherited from class 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
-
-
Method Details
-
CanMatchAnyChar
public boolean CanMatchAnyChar()- Overrides:
CanMatchAnyCharin classRegularExpression_- Returns:
- always false
-