Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.operands | |
org.jruby.ir.persistence |
Modifier and Type | Method and Description |
---|---|
void |
IRVisitor.GlobalVariable(GlobalVariable globalvariable) |
Modifier and Type | Method and Description |
---|---|
GlobalVariable |
PutGlobalVarInstr.getTarget() |
GlobalVariable |
GetGlobalVariableInstr.getTarget() |
Constructor and Description |
---|
GetGlobalVariableInstr(Variable dest,
GlobalVariable gvar) |
PutGlobalVarInstr(GlobalVariable gvar,
Operand value) |
Modifier and Type | Method and Description |
---|---|
static GlobalVariable |
GlobalVariable.decode(IRReaderDecoder d) |
Modifier and Type | Method and Description |
---|---|
void |
IRDumper.GlobalVariable(GlobalVariable globalvariable) |
Copyright © 2001-2016 JRuby. All Rights Reserved.