Class Variable
A variable declared in a scope.
Import path
import codeql.ruby.ASTKnown 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 |
| toString | Gets a textual representation of this variable. |