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

Class Variable

A variable declared in a scope.

Import path

import codeql.ruby.AST

Known direct subtypes

Predicates

getAnAccess

Gets an access to this variable.

getDeclaringScope

Gets the scope this variable is declared in.

getLocation

Gets the location of this variable.

getName

Gets the name of this variable.

hasName

Holds if the name of this variable is name.

toString

Gets a textual representation of this variable.