public interface LocalVariableCompiler
| Modifier and Type | Method and Description |
|---|---|
void |
getHeapLocal(int depth,
int index)
Load local variable from dynamic scope.
|
void |
getHeapLocalOrNil(int depth,
int index)
Load local variable from dynamic scope, returning nil if the resulting value is null.
|
void getHeapLocal(int depth,
int index)
Stack required: scope Stack result: value
depth - depth into scope stackindex - index into scopevoid getHeapLocalOrNil(int depth,
int index)
Stack required: scope Stack result: value
depth - depth into scope stackindex - index into scopeCopyright © 2001-2023 JRuby. All Rights Reserved.