public abstract class BranchInstr extends Instr implements JumpTargetInstr
EMPTY_OPERANDS| Constructor and Description |
|---|
BranchInstr(Operation op) |
| Modifier and Type | Method and Description |
|---|---|
abstract Label |
getJumpTarget() |
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, encode, getOperands, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, setOperand, simplifyAndGetResult, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visitpublic BranchInstr(Operation op)
public abstract Label getJumpTarget()
getJumpTarget in interface JumpTargetInstrCopyright © 2001-2017 JRuby. All Rights Reserved.