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, simplifyOperandscloneForInlining, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResultpublic Label getJumpTarget()
public boolean canRaiseException()
canRaiseException in class Instrpublic java.lang.String toString()
toString in class TwoOperandInstrCopyright © 2002-2009 JRuby Team. All Rights Reserved.