Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.instructions.specialized | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
void |
IRVisitor.CallInstr(CallInstr callinstr) |
Modifier and Type | Class and Description |
---|---|
class |
ClassSuperInstr |
class |
ConstMissingInstr |
class |
InstanceSuperInstr |
class |
UnresolvedSuperInstr |
class |
ZSuperInstr |
Modifier and Type | Method and Description |
---|---|
static CallInstr |
CallInstr.create(CallType callType,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
static CallInstr |
CallInstr.create(Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
Constructor and Description |
---|
CallInstr(Operation op,
CallInstr ordinary) |
Modifier and Type | Class and Description |
---|---|
class |
OneFixnumArgNoBlockCallInstr |
class |
OneOperandArgNoBlockCallInstr |
class |
ZeroOperandArgNoBlockCallInstr |
Constructor and Description |
---|
OneFixnumArgNoBlockCallInstr(CallInstr call) |
OneOperandArgNoBlockCallInstr(CallInstr call) |
ZeroOperandArgNoBlockCallInstr(CallInstr call) |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.CallInstr(CallInstr callInstr) |
Copyright © 2001–2016 JRuby. All rights reserved.