org.jruby.compiler.ir.instructions
Class PUT_Instr

java.lang.Object
  extended by org.jruby.compiler.ir.instructions.IR_Instr
      extended by org.jruby.compiler.ir.instructions.PUT_Instr
Direct Known Subclasses:
PUT_CONST_Instr, PUT_CVAR_Instr, PUT_FIELD_Instr, PUT_GLOBAL_VAR_Instr

public abstract class PUT_Instr
extends IR_Instr


Field Summary
 
Fields inherited from class org.jruby.compiler.ir.instructions.IR_Instr
_op, _result
 
Constructor Summary
PUT_Instr(Operation op, Operand target, java.lang.String ref, Operand value)
           
 
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

PUT_Instr

public PUT_Instr(Operation op,
                 Operand target,
                 java.lang.String ref,
                 Operand value)
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.