Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public Instr | clone(CloneInfo
This object manages renaming of variables and labels, handles
args and return values. ii)Implements abstract org. 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). |
public static RestoreErrorInfoInstr | |
public void | |
public Operand | |
public Object | interpret(ThreadContext context, StaticScope currScope, DynamicScope currDynScope, IRubyObject self, Object[] temp)
Overrides org.
|
public void |
RestoreErrorInfoInstr | back to summary |
---|---|
public RestoreErrorInfoInstr(Operand arg) |
clone | back to summary |
---|---|
public Instr clone(CloneInfo ii) Implements abstract org. Doc from org. 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). This might renaming variables and labels to eliminate naming conflicts. The implementation might vary on the cloning mode. |
decode | back to summary |
---|---|
public static RestoreErrorInfoInstr decode(IRReaderDecoder d) |
encode | back to summary |
---|---|
public void encode(IRWriterEncoder e) Overrides org.
|
getArg | back to summary |
---|---|
public Operand getArg() |
interpret | back to summary |
---|---|
public Object interpret(ThreadContext context, StaticScope currScope, DynamicScope currDynScope, IRubyObject self, Object[] temp) Overrides org.
|
visit | back to summary |
---|---|
public void visit(IRVisitor visitor) Overrides org.
|