Class Make :: CharacterClass
An abstract input symbol that represents a character class.
Import path
import codeql.regex.nfa.NfaUtils
Direct supertypes
Indirect supertypes
Known direct subtypes
Predicates
choose |
Gets a character matched by this character class. |
getARelevantChar |
Gets a character that is relevant for intersection-tests involving this character class. |
matches |
Holds if this character class matches |
Inherited predicates
toString |
Gets a string representation of this input symbol. |
from InputSymbol |