LocalVariable |
IRScope.findExistingLocalVariable(String name,
int depth) |
LocalVariable |
IRMethod.findExistingLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IREvalScript.findExistingLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IRClosure.findExistingLocalVariable(String name,
int scopeDepth) |
protected LocalVariable |
IRBuilder19.getArgVariable(IRScope s,
String name,
int depth) |
protected LocalVariable |
IRBuilder19.getBlockArgVariable(IRScope s,
String name,
int depth) |
protected LocalVariable |
IRBuilder.getBlockArgVariable(IRScope cl,
String name,
int depth) |
LocalVariable |
IRScriptBody.getImplicitBlockArg() |
abstract LocalVariable |
IRScope.getImplicitBlockArg() |
LocalVariable |
IRModuleBody.getImplicitBlockArg() |
LocalVariable |
IRMethod.getImplicitBlockArg() |
LocalVariable |
IRMetaClassBody.getImplicitBlockArg() |
LocalVariable |
IRClosure.getImplicitBlockArg() |
LocalVariable |
IRScope.getLocalVariable(String name,
int scopeDepth)
Find or create a local variable.
|
LocalVariable |
IRMethod.getLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IRClosure.getLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IRScope.getNewFlipStateVariable() |
LocalVariable |
IREvalScript.getNewFlipStateVariable() |
LocalVariable |
IRClosure.getNewFlipStateVariable() |
LocalVariable |
IRScope.getNewLocalVariable(String name,
int depth) |
LocalVariable |
IRMethod.getNewLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IREvalScript.getNewLocalVariable(String name,
int depth) |
LocalVariable |
IRClosure.getNewLocalVariable(String name,
int depth) |
LocalVariable |
IRScope.getSelf()
---------------------------------------
SSS FIXME: What is this method for?
|
LocalVariable |
IRScope.LocalVariableAllocator.getVariable(String name) |