Uses of Class
org.jruby.compiler.ir.Operation

Packages that use Operation
org.jruby.compiler.ir   
org.jruby.compiler.ir.instructions   
 

Uses of Operation in org.jruby.compiler.ir
 

Methods in org.jruby.compiler.ir that return Operation
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.
 

Uses of Operation in org.jruby.compiler.ir.instructions
 

Fields in org.jruby.compiler.ir.instructions declared as Operation
 Operation IR_Instr._op
           
 

Constructors in org.jruby.compiler.ir.instructions with parameters of type Operation
ALU_Instr(Operation op, Variable dst, Operand arg)
           
ALU_Instr(Operation op, Variable dst, Operand arg1, Operand arg2)
           
AttributeInstr(Operation op)
           
BRANCH_Instr(Operation op, Operand v1, Operand v2, Label jmpTarget)
           
CALL_Instr(Operation op, Variable result, Operand methAddr, Operand[] args, Operand closure)
           
GET_Instr(Operation op, Variable dest, Operand src, java.lang.String ref)
           
GuardInstr(Operation op)
           
IR_Instr(Operation op)
           
IR_Instr(Operation op, Variable res)
           
MultiOperandInstr(Operation opType, Variable result, Operand[] args)
           
NoOperandInstr(Operation op)
           
NoOperandInstr(Operation op, Variable dest)
           
OneOperandInstr(Operation op, Variable dest, Operand arg)
           
PUT_Instr(Operation op, Operand target, java.lang.String ref, Operand value)
           
TwoOperandInstr(Operation op, Variable dest, Operand a1, Operand a2)
           
 



Copyright © 2002-2009 JRuby Team. All Rights Reserved.