public class DECLARE_LOCAL_TYPE_Instr extends NoOperandInstr
Constructor and Description |
---|
DECLARE_LOCAL_TYPE_Instr(int index,
java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
Instr |
cloneForInlining(InlinerInfo ii)
Clone the instruction for inlining -- this will rename all variables (including local variables and self!)
and replace RECV_ARG and RETURN instructions to regular copy instructions,
|
java.lang.String |
toString() |
getOperands, simplifyOperands
canRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult
public DECLARE_LOCAL_TYPE_Instr(int index, java.lang.String type)
public Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class Instr
Copyright © 2002-2009 JRuby Team. All Rights Reserved.