public class MethAddr extends Reference
Modifier and Type | Field and Description |
---|---|
static MethAddr |
NO_METHOD |
static MethAddr |
UNKNOWN_SUPER_TARGET |
EMPTY_ARRAY
Constructor and Description |
---|
MethAddr(java.lang.String name) |
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(java.lang.Object o) |
java.lang.Object |
retrieve(ThreadContext context,
IRubyObject self,
DynamicScope currDynScope,
java.lang.Object[] temp) |
java.lang.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 boolean canCopyPropagate()
Operand
canCopyPropagate
in class Operand
public java.lang.Object retrieve(ThreadContext context, IRubyObject self, DynamicScope currDynScope, java.lang.Object[] temp)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
Copyright © 2002-2009 JRuby Team. All Rights Reserved.