public class NonlocalReturnInstr extends ReturnBase implements FixedArityInstr
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
methodId |
EMPTY_OPERANDS| Constructor and Description |
|---|
NonlocalReturnInstr(Operand returnValue,
java.lang.String methodId) |
| 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,
java.util.EnumSet<IRFlags> flags)
Does this instruction do anything the scope is interested in?
|
static NonlocalReturnInstr |
decode(IRReaderDecoder d) |
void |
encode(IRWriterEncoder e) |
java.lang.String[] |
toStringNonOperandArgs() |
void |
visit(IRVisitor visitor) |
getReturnValue, updateReturnValuegetOperand1, getOperands, setOperand, setOperand1canBeDeletedFromScope, canRaiseException, cloneOperands, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyAndGetResult, simplifyOperands, toString, transfersControlpublic NonlocalReturnInstr(Operand returnValue, java.lang.String methodId)
public java.lang.String[] toStringNonOperandArgs()
toStringNonOperandArgs in class Instrpublic boolean computeScopeFlags(IRScope scope, java.util.EnumSet<IRFlags> flags)
InstrcomputeScopeFlags in class Instrpublic Instr clone(CloneInfo info)
Instrpublic void encode(IRWriterEncoder e)
public static NonlocalReturnInstr decode(IRReaderDecoder d)
Copyright © 2001-2022 JRuby. All Rights Reserved.