CodeQL library for JavaScript/TypeScript
codeql/javascript-all 0.8.13 (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

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

    Inherited predicates

    toString

    Gets a string representation of this input symbol.

    from InputSymbol