soot.grimp.internal
Class GInterfaceInvokeExpr
java.lang.Object
soot.jimple.internal.AbstractInvokeExpr
soot.jimple.internal.AbstractInstanceInvokeExpr
soot.jimple.internal.AbstractInterfaceInvokeExpr
soot.grimp.internal.GInterfaceInvokeExpr
- All Implemented Interfaces:
- Serializable, EquivTo, Precedence, ConvertToBaf, Expr, InstanceInvokeExpr, InterfaceInvokeExpr, InvokeExpr, Switchable, Value
- Direct Known Subclasses:
- DInterfaceInvokeExpr
public class GInterfaceInvokeExpr
- extends AbstractInterfaceInvokeExpr
- implements Precedence
- See Also:
- Serialized Form
GInterfaceInvokeExpr
public GInterfaceInvokeExpr(Value base,
SootMethodRef methodRef,
List args)
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence
in interface Precedence
toString
public String toString()
- Overrides:
toString
in class AbstractInterfaceInvokeExpr
toString
public void toString(UnitPrinter up)
- Specified by:
toString
in interface Value
- Overrides:
toString
in class AbstractInterfaceInvokeExpr
clone
public Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Specified by:
clone
in class AbstractInterfaceInvokeExpr