public class LineNumberInstr extends NoOperandInstr
| Modifier and Type | Field and Description |
|---|---|
int |
lineNumber |
IRScope |
scope |
| Constructor and Description |
|---|
LineNumberInstr(IRScope scope,
int lineNumber) |
| 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() |
getOperands, simplifyOperandscanRaiseException, getOperation, getResult, getUsedVariables, hasSideEffects, isDead, markDead, simplifyAndGetResultpublic final int lineNumber
public final IRScope scope
public LineNumberInstr(IRScope scope, int lineNumber)
public Instr cloneForInlining(InlinerInfo ii)
InstrcloneForInlining in class Instrpublic Label interpret(InterpreterContext interp, IRubyObject self)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.