public class BreakInstr extends OneOperandInstr implements FixedArityInstr
EMPTY_OPERANDS| Constructor and Description |
|---|
BreakInstr(Operand returnValue,
RubySymbol 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() |
RubySymbol |
getScopeName() |
java.lang.String[] |
toStringNonOperandArgs() |
void |
visit(IRVisitor visitor) |
getOperand1, getOperands, setOperand, setOperand1canBeDeletedFromScope, canRaiseException, cloneOperands, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControlpublic BreakInstr(Operand returnValue, RubySymbol scopeName)
public RubySymbol getScopeName()
public Operand getReturnValue()
public boolean computeScopeFlags(IRScope scope)
InstrcomputeScopeFlags in class Instrpublic java.lang.String[] toStringNonOperandArgs()
toStringNonOperandArgs in class Instrpublic Instr clone(CloneInfo info)
Instrpublic void encode(IRWriterEncoder e)
public static BreakInstr decode(IRReaderDecoder d)
Copyright © 2001-2018 JRuby. All Rights Reserved.