Package | Description |
---|---|
org.jruby.compiler.ir | |
org.jruby.compiler.ir.instructions |
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 | Field and Description |
---|---|
Operation |
Instr.operation |
Modifier and Type | Method and Description |
---|---|
Operation |
Instr.getOperation() |
Constructor and Description |
---|
ALU_Instr(Operation op,
Variable dst,
Operand arg) |
ALU_Instr(Operation op,
Variable dst,
Operand arg1,
Operand arg2) |
AttributeInstr(Operation op) |
BranchInstr(Operation op,
Operand v1,
Operand v2,
Label jmpTarget) |
CallInstr(Operation op,
Variable result,
MethAddr methAddr,
Operand receiver,
Operand[] args,
Operand closure) |
GetInstr(Operation op,
Variable dest,
Operand source,
java.lang.String ref) |
GuardInstr(Operation op) |
Instr(Operation operation) |
Instr(Operation operation,
Variable result) |
MultiOperandInstr(Operation opType,
Variable result) |
NoOperandInstr(Operation op) |
NoOperandInstr(Operation op,
Variable dest) |
OneOperandInstr(Operation op,
Variable dest,
Operand argument) |
PutInstr(Operation op,
Operand target,
java.lang.String ref,
Operand value) |
TwoOperandInstr(Operation op,
Variable destination,
Operand a1,
Operand a2) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.