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

Class Callable::Range

Import path

import codeql.ruby.ast.internal.Scope

Direct supertypes

Indirect supertypes

Predicates

Inherited predicates

getAFieldOrChild

Gets a field or child node of this node.

from AstNodeImpl
getAPrimaryQlClass

Gets the name of the primary QL class for this element.

from AstNodeImpl
getEnclosingMethodfrom Range
getEnclosingModulefrom Range
getEnclosingSelfScopefrom Range
getLocation

Gets the location of this element.

from AstNodeImpl
getOuterScopefrom Range
getParent

Gets the parent of this element.

from AstNodeImpl
getParentIndex

Gets the index of this node among the children of its parent.

from AstNodeImpl
getPrimaryQlClasses

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

from AstNodeImpl
toString

Gets a string representation of this element.

from AstNodeImpl