protected LocalVariable |
IRScope.findExistingLocalVariable(String name,
int depth) |
protected LocalVariable |
IRMethod.findExistingLocalVariable(String name,
int scopeDepth) |
protected LocalVariable |
IRClosure.findExistingLocalVariable(String name,
int scopeDepth) |
protected LocalVariable |
IRBindingEvalScript.findExistingLocalVariable(String name,
int scopeDepth) |
protected LocalVariable |
IRBuilder.getArgVariable(String name,
int depth) |
protected LocalVariable |
IRBuilder.getBlockArgVariable(String name,
int depth) |
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 depth) |
LocalVariable |
IRBuilder.getLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IRBindingEvalScript.getLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IRScope.getNewFlipStateVariable() |
LocalVariable |
IREvalScript.getNewFlipStateVariable() |
LocalVariable |
IRClosure.getNewFlipStateVariable() |
LocalVariable |
IRBindingEvalScript.getNewFlipStateVariable() |
LocalVariable |
IRScope.getNewLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IRClosure.getNewLocalVariable(String name,
int depth) |
LocalVariable |
IRBuilder.getNewLocalVariable(String name,
int scopeDepth) |
LocalVariable |
IRBindingEvalScript.getNewLocalVariable(String name,
int depth) |
LocalVariable |
IRScope.getSelf() |
LocalVariable |
IRScope.lookupExistingLVar(String name) |
LocalVariable |
IRBindingEvalScript.lookupExistingLVar(String name) |