public class IndyGlobalVariableCompiler extends java.lang.Object implements GlobalVariableCompiler
| Constructor and Description |
|---|
IndyGlobalVariableCompiler(IRBytecodeAdapter compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
getGlobalVariable(java.lang.String name,
java.lang.String file)
Retrieve a global variable with the given name.
|
void |
setGlobalVariable(java.lang.String name,
java.lang.String file)
Set the global variable with the given name to the value on stack.
|
public IndyGlobalVariableCompiler(IRBytecodeAdapter compiler)
public void getGlobalVariable(java.lang.String name,
java.lang.String file)
GlobalVariableCompilerStack required: none
getGlobalVariable in interface GlobalVariableCompilerpublic void setGlobalVariable(java.lang.String name,
java.lang.String file)
GlobalVariableCompilerStack required: the new value
setGlobalVariable in interface GlobalVariableCompilerCopyright © 2001-2022 JRuby. All Rights Reserved.