Direct supertypes
Indirect supertypes
Fields
Inherited fields
funcIR | from IRVariable | |
var | from IRUserVariable |
Predicates
Inherited predicates
getAST | Gets the AST node that declared this variable, or that introduced this variable as part of the AST-to-IR translation. | from IRUserVariable |
getFunction | Gets the function that references this variable. | from IRVariable |
getFunctionIR | Gets the IR for the function that references this variable. | from IRVariable |
getLocation | Gets the source location of this variable. | from IRVariable |
getType | Gets the type of the variable. | from IRUserVariable |
getUniqueId | Gets an identifier string for the variable. This identifier is unique within the function. | from IRUserVariable |
getVariable | Gets the original user-declared variable. | from IRUserVariable |
toString | from IRUserVariable |