CodeQL library for Ruby
codeql/ruby-all 5.1.2 (changelog, source)
Search

Class Impl::RegExpParent

An element containing a regular expression term, that is, either a string literal (parsed as a regular expression) or another regular expression term.

Import path

import codeql.ruby.regexp.RegExpTreeView

Direct supertypes

Known direct subtypes

Predicates

getAChild

Gets a child term .

getAPrimaryQlClass

Gets the name of a primary CodeQL class to which this regular expression term belongs.

getChild

Gets the ith child term.

getLastChild

Gets the last child term of this element.

getNumChild

Gets the number of child terms.

getPrimaryQlClasses

Gets a comma-separated list of the names of the primary CodeQL classes to which this regular expression term belongs.

toString

Gets a textual representation of this element.