public abstract class AbstractStaticInvokeExpr extends AbstractInvokeExpr implements StaticInvokeExpr, ConvertToBaf
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.
|
void |
convertToBaf(JimpleToBafContext context,
java.util.List<Unit> out) |
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.lang.String |
toString() |
void |
toString(UnitPrinter up) |
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, getUseBoxes, setArg, setMethodRef
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getType
getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, setArg, setMethodRef
getUseBoxes
protected AbstractStaticInvokeExpr(SootMethodRef methodRef, ValueBox[] argBoxes)
public boolean equivTo(java.lang.Object o)
EquivTo
public int equivHashCode()
equivHashCode
in interface EquivTo
public abstract java.lang.Object clone()
Value
clone
in interface Value
clone
in class AbstractInvokeExpr
public java.lang.String toString()
toString
in class java.lang.Object
public void toString(UnitPrinter up)
public void apply(Switch sw)
Switchable
apply
in interface StaticInvokeExpr
apply
in interface Switchable
public void convertToBaf(JimpleToBafContext context, java.util.List<Unit> out)
convertToBaf
in interface ConvertToBaf