org.jruby.compiler.ir.instructions
Class ASSERT_METHOD_VERSION_Instr
java.lang.Object
org.jruby.compiler.ir.instructions.IR_Instr
org.jruby.compiler.ir.instructions.ASSERT_METHOD_VERSION_Instr
public class ASSERT_METHOD_VERSION_Instr
- extends IR_Instr
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ASSERT_METHOD_VERSION_Instr
public ASSERT_METHOD_VERSION_Instr(IR_Module module,
java.lang.String methodName,
CodeVersion currVersion,
Label deoptLabel)
toString
public java.lang.String toString()
- Overrides:
toString
in class IR_Instr
getOperands
public Operand[] getOperands()
- Specified by:
getOperands
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.