public class AttributeInstr extends NoOperandInstr
Constructor and Description |
---|
AttributeInstr(Operation op) |
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,
|
getOperands, simplifyOperands
canRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, interpret, isDead, markDead, simplifyAndGetResult, toString
public AttributeInstr(Operation op)
public Instr cloneForInlining(InlinerInfo ii)
Instr
cloneForInlining
in class Instr
Copyright © 2002-2009 JRuby Team. All Rights Reserved.