| 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 |
MatchInstr |
class |
UnresolvedSuperInstr |
class |
ZSuperInstr |
| Modifier and Type | Method and Description |
|---|---|
static CallInstr |
CallInstr.create(IRScope scope,
CallType callType,
Variable result,
String name,
Operand receiver,
Operand[] args,
Operand closure) |
static CallInstr |
CallInstr.create(IRScope scope,
Variable result,
String name,
Operand receiver,
Operand[] args,
Operand closure) |
static CallInstr |
CallInstr.decode(IRReaderDecoder d) |
| Modifier and Type | Class and Description |
|---|---|
class |
OneFixnumArgNoBlockCallInstr |
class |
OneFloatArgNoBlockCallInstr |
class |
OneOperandArgBlockCallInstr |
class |
OneOperandArgNoBlockCallInstr |
class |
ZeroOperandArgNoBlockCallInstr |
| Modifier and Type | Method and Description |
|---|---|
void |
JVMVisitor.CallInstr(CallInstr callInstr) |
Copyright © 2001-2016 JRuby. All Rights Reserved.