public class DefineClassInstr extends TwoOperandInstr
| Constructor and Description |
|---|
DefineClassInstr(ClassMetaObject cmo,
Operand superClass) |
| 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,
|
Label |
interpret(InterpreterContext interp,
IRubyObject self) |
java.lang.String |
toString() |
getOperand1, getOperand2, getOperands, simplifyOperandscanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResultpublic DefineClassInstr(ClassMetaObject cmo, Operand superClass)
public Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class Instrpublic Label interpret(InterpreterContext interp, IRubyObject self)
public java.lang.String toString()
toString in class TwoOperandInstrCopyright © 2002-2009 JRuby Team. All Rights Reserved.