CodeQL library for Ruby
codeql/ruby-all 2.0.4-dev (changelog, source)
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