public abstract class AbstractStaticInvokeExpr extends AbstractInvokeExpr implements StaticInvokeExpr
argBoxes, methodRef| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStaticInvokeExpr(SootMethodRef methodRef,
ValueBox[] argBoxes) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
abstract java.lang.Object |
clone()
Returns a clone of this Value.
|
int |
equivHashCode()
Returns a hash code for this object, consistent with structural equality.
|
boolean |
equivTo(java.lang.Object o)
Returns true if this object is equivalent to o.
|
java.util.List |
getUseBoxes()
Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
|
java.lang.String |
toString() |
void |
toString(UnitPrinter up) |
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRefequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetTypegetArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRefprotected AbstractStaticInvokeExpr(SootMethodRef methodRef, ValueBox[] argBoxes)
public boolean equivTo(java.lang.Object o)
EquivTopublic int equivHashCode()
equivHashCode in interface EquivTopublic abstract java.lang.Object clone()
Valueclone in interface Valueclone in class AbstractInvokeExprpublic java.lang.String toString()
toString in class java.lang.Objectpublic void toString(UnitPrinter up)
public java.util.List getUseBoxes()
ValuegetUseBoxes in interface Valuepublic void apply(Switch sw)
Switchableapply in interface StaticInvokeExprapply in interface SwitchableCopyright © 2012-2019 RoboVM AB. All Rights Reserved.