qtil
advanced-security/qtil-ruby 0.0.2
Search

Class Make::CharacterClass

An abstract input symbol that represents a character class.

Import path

import codeql.regex.nfa.NfaUtils

Direct supertypes

Indirect supertypes

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 char.

Inherited predicates

toString

Gets a string representation of this input symbol.

from InputSymbol