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, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitsetJumpTargetpublic BranchInstr(Operation op)
public abstract Label getJumpTarget()
getJumpTarget in interface JumpTargetInstrCopyright © 2001-2018 JRuby. All Rights Reserved.