public abstract class BranchInstr extends TwoOperandInstr
Constructor and Description |
---|
BranchInstr(Operation op,
Operand v1,
Operand v2,
Label jmpTarget) |
Modifier and Type | Method and Description |
---|---|
boolean |
canRaiseException() |
Label |
getJumpTarget() |
java.lang.String |
toString() |
getOperand1, getOperand2, getOperands, simplifyOperands
cloneForInlining, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult
public Label getJumpTarget()
public boolean canRaiseException()
canRaiseException
in class Instr
public java.lang.String toString()
toString
in class TwoOperandInstr
Copyright © 2002-2009 JRuby Team. All Rights Reserved.