public class IndyLocalVariableCompiler extends java.lang.Object implements LocalVariableCompiler
| Constructor and Description |
|---|
IndyLocalVariableCompiler(IRBytecodeAdapter irBytecodeAdapter) |
| Modifier and Type | Method and Description |
|---|---|
void |
getHeapLocal(int depth,
int location)
Load local variable from dynamic scope.
|
void |
getHeapLocalOrNil(int depth,
int location)
Load local variable from dynamic scope, returning nil if the resulting value is null.
|
public IndyLocalVariableCompiler(IRBytecodeAdapter irBytecodeAdapter)
public void getHeapLocal(int depth,
int location)
LocalVariableCompilerStack required: scope Stack result: value
getHeapLocal in interface LocalVariableCompilerdepth - depth into scope stacklocation - index into scopepublic void getHeapLocalOrNil(int depth,
int location)
LocalVariableCompilerStack required: scope Stack result: value
getHeapLocalOrNil in interface LocalVariableCompilerdepth - depth into scope stacklocation - index into scopeCopyright © 2001-2023 JRuby. All Rights Reserved.