Package | Description |
---|---|
org.jruby.ir | |
org.jruby.ir.instructions | |
org.jruby.ir.instructions.defined |
Modifier and Type | Method and Description |
---|---|
static Operation |
Operation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Operation[] |
Operation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Operation |
Instr.getOperation() |
Constructor and Description |
---|
BranchInstr(Operation op,
Operand v1,
Operand v2,
Label jumpTarget) |
CallBase(Operation op,
CallType callType,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
CallInstr(Operation op,
CallType callType,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
GetInstr(Operation op,
Variable result,
Operand source,
java.lang.String ref) |
Instr(Operation operation) |
MultipleAsgnBase(Operation op,
Variable result,
Operand array,
int index) |
NoResultCallInstr(Operation op,
CallType callType,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
PutInstr(Operation op,
Operand target,
java.lang.String ref,
Operand value) |
ReceiveArgBase(Operation op,
Variable result,
int argIndex) |
ReturnBase(Operation op,
Operand returnValue) |
UnresolvedSuperInstr(Operation op,
Variable result,
Operand receiver,
Operand closure) |
Constructor and Description |
---|
DefinedInstr(Operation operation,
Variable result,
Operand[] operands) |
DefinedObjectNameInstr(Operation operation,
Variable result,
Operand[] operands) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.