public class BreakInstr extends Instr implements FixedArityInstr
EMPTY_OPERANDS, operands
Constructor and Description |
---|
BreakInstr(Operand returnValue,
String scopeName) |
Modifier and Type | Method and Description |
---|---|
Instr |
clone(CloneInfo info)
Clone the instruction for use in an inlining context (either when a scope is inlined into
another scope, or when a block has to be cloned because its associated call belongs to
an inlined scope).
|
boolean |
computeScopeFlags(IRScope scope)
Does this instruction do anything the scope is interested in?
|
Operand |
getReturnValue() |
String |
getScopeName() |
void |
visit(IRVisitor visitor) |
canBeDeleted, canRaiseException, cloneOperands, getIPC, getOperands, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, toString, transfersControl
public String getScopeName()
public Operand getReturnValue()
public boolean computeScopeFlags(IRScope scope)
Instr
computeScopeFlags
in class Instr
public Instr clone(CloneInfo info)
Instr
Copyright © 2001-2015 JRuby. All Rights Reserved.