public class TraceInstr extends Instr
EMPTY_OPERANDS, operands
Constructor and Description |
---|
TraceInstr(RubyEvent event,
String name,
String filename,
int linenumber) |
Modifier and Type | Method and Description |
---|---|
Instr |
clone(CloneInfo ii)
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).
|
RubyEvent |
getEvent() |
String |
getFilename() |
int |
getLinenumber() |
String |
getName() |
String |
toString() |
canBeDeleted, canRaiseException, cloneOperands, computeScopeFlags, getIPC, getOperands, getOperation, getRPC, getUsedVariables, hasSideEffects, interpret, interpretAndGetNewIPC, isDead, markDead, renameVars, setIPC, setRPC, simplifyAndGetResult, simplifyOperands, transfersControl, visit
public Instr clone(CloneInfo ii)
Instr
public RubyEvent getEvent()
public String getName()
public String getFilename()
public int getLinenumber()
Copyright © 2001-2015 JRuby. All Rights Reserved.