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, visit
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
setJumpTarget
public BranchInstr(Operation op)
public abstract Label getJumpTarget()
getJumpTarget
in interface JumpTargetInstr
Copyright © 2001-2020 JRuby. All Rights Reserved.