Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.operands | |
org.jruby.ir.targets |
Modifier and Type | Method and Description |
---|---|
void |
IRVisitor.MethAddr(MethAddr methaddr) |
Modifier and Type | Field and Description |
---|---|
protected MethAddr |
CallBase.methAddr |
Modifier and Type | Method and Description |
---|---|
MethAddr |
CallBase.getMethodAddr() |
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 |
---|
AttrAssignInstr(Operand obj,
MethAddr attr,
Operand[] args) |
CallBase(Operation op,
CallType callType,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
CallInstr(CallType callType,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
CallInstr(Operation op,
CallType callType,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
ClassSuperInstr(Variable result,
Operand definingModule,
MethAddr superMeth,
Operand[] args,
Operand closure) |
InstanceSuperInstr(Variable result,
Operand definingModule,
MethAddr superMeth,
Operand[] args,
Operand closure) |
NoResultCallInstr(Operation op,
CallType callType,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
Modifier and Type | Field and Description |
---|---|
static MethAddr |
MethAddr.NO_METHOD |
static MethAddr |
MethAddr.UNKNOWN_SUPER_TARGET |
Modifier and Type | Method and Description |
---|---|
void |
JVMVisitor.MethAddr(MethAddr methaddr) |
Copyright © 2001-2015 JRuby. All Rights Reserved.