Package org.jruby.ir.instructions
Class ReceiveExceptionBase
java.lang.Object
org.jruby.ir.instructions.Instr
org.jruby.ir.instructions.ResultBaseInstr
org.jruby.ir.instructions.NoOperandResultBaseInstr
org.jruby.ir.instructions.ReceiveExceptionBase
- All Implemented Interfaces:
FixedArityInstr
,ResultInstr
- Direct Known Subclasses:
ReceiveJRubyExceptionInstr
,ReceiveRubyExceptionInstr
public abstract class ReceiveExceptionBase
extends NoOperandResultBaseInstr
implements FixedArityInstr
-
Field Summary
Fields inherited from class org.jruby.ir.instructions.ResultBaseInstr
result
Fields inherited from class org.jruby.ir.instructions.Instr
EMPTY_OPERANDS
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ir.instructions.NoOperandResultBaseInstr
getOperands, setOperand
Methods inherited from class org.jruby.ir.instructions.ResultBaseInstr
encode, getResult, updateResult
Methods inherited from class org.jruby.ir.instructions.Instr
canBeDeletedFromScope, canRaiseException, clone, cloneOperands, computeScopeFlags, dumpableFields, getOperation, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, isDeletable, markDead, renameVars, simplifyInstr, simplifyOperands, simplifyOperands, toString, toStringNonOperandArgs, transfersControl, visit
-
Constructor Details
-
ReceiveExceptionBase
-