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?
|
static BreakInstr |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
Operand |
getReturnValue() |
String |
getScopeName() |
String[] |
toStringNonOperandArgs() |
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 String[] toStringNonOperandArgs()
toStringNonOperandArgs
in class Instr
public Instr clone(CloneInfo info)
Instr
public void encode(IRWriterEncoder e)
public static BreakInstr decode(IRReaderDecoder d)
Copyright © 2001-2015 JRuby. All Rights Reserved.