org.jruby.compiler.ir.instructions
Class GET_Instr

java.lang.Object
  extended by org.jruby.compiler.ir.instructions.IR_Instr
      extended by org.jruby.compiler.ir.instructions.GET_Instr
Direct Known Subclasses:
GET_CONST_Instr, GET_CVAR_Instr, GET_FIELD_Instr, GET_GLOBAL_VAR_Instr

public abstract class GET_Instr
extends IR_Instr


Field Summary
 
Fields inherited from class org.jruby.compiler.ir.instructions.IR_Instr
_op, _result
 
Constructor Summary
GET_Instr(Operation op, Variable dest, Operand src, java.lang.String ref)
           
 
Method Summary
 Operand[] getOperands()
           
 void simplifyOperands(java.util.Map<Operand,Operand> valueMap)
           
 java.lang.String toString()
           
 
Methods inherited from class org.jruby.compiler.ir.instructions.IR_Instr
getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResult
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GET_Instr

public GET_Instr(Operation op,
                 Variable dest,
                 Operand src,
                 java.lang.String ref)
Method Detail

getOperands

public Operand[] getOperands()
Specified by:
getOperands in class IR_Instr

toString

public java.lang.String toString()
Overrides:
toString in class IR_Instr

simplifyOperands

public void simplifyOperands(java.util.Map<Operand,Operand> valueMap)
Specified by:
simplifyOperands in class IR_Instr


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