org.jruby.compiler.ir.instructions
Class YIELD_Instr

java.lang.Object
  extended by org.jruby.compiler.ir.instructions.IR_Instr
      extended by org.jruby.compiler.ir.instructions.MultiOperandInstr
          extended by org.jruby.compiler.ir.instructions.YIELD_Instr

public class YIELD_Instr
extends MultiOperandInstr


Field Summary
 
Fields inherited from class org.jruby.compiler.ir.instructions.MultiOperandInstr
_args
 
Fields inherited from class org.jruby.compiler.ir.instructions.IR_Instr
_op, _result
 
Constructor Summary
YIELD_Instr(Variable result, Operand[] args)
           
 
Method Summary
 boolean isRubyInternalsCall()
           
 boolean isStaticCallTarget()
           
 
Methods inherited from class org.jruby.compiler.ir.instructions.MultiOperandInstr
getOperands, simplifyOperands, 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

YIELD_Instr

public YIELD_Instr(Variable result,
                   Operand[] args)
Method Detail

isRubyInternalsCall

public boolean isRubyInternalsCall()

isStaticCallTarget

public boolean isStaticCallTarget()


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