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

Class Impl::RegExpTerm

A regular expression term, that is, a syntactic part of a regular expression.

Import path

import codeql.ruby.regexp.RegExpTreeView

Direct supertypes

Indirect supertypes

Known direct subtypes

Fields

Predicates

getAMatchedString

Gets a string that is matched by this regular-expression term.

getAPrimaryQlClass

Gets the primary QL class for this term.

getChild

Gets the ith child term.

getConstantValue

Gets the single string this regular-expression term matches.

getEnd

Gets the offset at which this term ends.

getFile

Gets the file in which this term is found.

getLiteral

Gets the string literal in which this term is found.

getLocation

Gets the location of the surrounding regex, as locations inside the regex do not exist. To get location information corresponding to the term inside the regex, use hasLocationInfo.

getParent

Gets the parent term of this regular expression term, or the regular expression literal if this is the root term.

getPredecessor

Gets the regular expression term that is matched (textually) before this one, if any.

getRawValue

Gets the raw source text of this term.

getRegExp

Gets the associated RegExp.

getRootTerm

Gets the outermost term of this regular expression.

getStart

Gets the offset at which this term starts.

getSuccessor

Gets the regular expression term that is matched (textually) after this one, if any.

hasLocationInfo

Holds if this term is found at the specified location offsets.

isNullable

Holds if this regular expression term can match the empty string.

isRootTerm

Holds if this is the root term of a regular expression.

isUsedAsRegExp

Holds if this term is part of a string literal that is interpreted as a regular expression.

toString

Gets a textual representation of this element.

Inherited predicates

getAChild

Gets a child term .

from RegExpParent
getLastChild

Gets the last child term of this element.

from RegExpParent
getNumChild

Gets the number of child terms.

from RegExpParent
getPrimaryQlClasses

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

from RegExpParent

Charpred