public class MethAddr extends Reference
Modifier and Type | Field and Description |
---|---|
static MethAddr |
NO_METHOD |
static MethAddr |
UNKNOWN_SUPER_TARGET |
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
boolean |
canCopyPropagate()
Can we replace every use of a variable 'v' that contains the value of this operand
with the operand itself? This takes importance when there are at least two uses
of 'v' within this scope.
|
boolean |
equals(Object o) |
Object |
retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
Object[] temp) |
String |
toString() |
void |
visit(IRVisitor visitor) |
addUsedVariables, cloneForInlining, getName
fetchCompileTimeArrayElement, getSimplifiedOperand, getValue, hasKnownValue
public static final MethAddr NO_METHOD
public static final MethAddr UNKNOWN_SUPER_TARGET
public MethAddr(String name)
public boolean canCopyPropagate()
Operand
canCopyPropagate
in class Operand
public Object retrieve(ThreadContext context, IRubyObject self, DynamicScope currDynScope, Object[] temp)
Copyright © 2001-2016 JRuby. All Rights Reserved.