Class InstanceVariable
An instance variable.
Import path
import codeql.ruby.ASTDirect supertypes
Predicates
| getAnAccess | Gets an access to this variable. |
| isClassInstanceVariable | Holds if this variable is a class instance variable. |
Inherited predicates
| getDeclaringScope | Gets the scope this variable is declared in. | from Variable |
| getLocation | Gets the location of this variable. | from Variable |
| getName | Gets the name of this variable. | from Variable |
| hasName | Holds if the name of this variable is | from Variable |
| toString | Gets a textual representation of this variable. | from Variable |