soot.grimp.internal
Class GNewInvokeExpr
java.lang.Object
|
+--soot.jimple.internal.AbstractInvokeExpr
|
+--soot.jimple.internal.AbstractStaticInvokeExpr
|
+--soot.grimp.internal.GNewInvokeExpr
- Direct Known Subclasses:
- DNewInvokeExpr
- public class GNewInvokeExpr
- extends AbstractStaticInvokeExpr
- implements NewInvokeExpr, Precedence
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
GNewInvokeExpr
public GNewInvokeExpr(RefType type,
SootMethod method,
java.util.List args)
getBaseType
public RefType getBaseType()
- Specified by:
- getBaseType in interface NewInvokeExpr
setBaseType
public void setBaseType(RefType type)
- Specified by:
- setBaseType in interface NewInvokeExpr
getType
public Type getType()
- Description copied from interface: Value
- Returns the Soot type of this Value.
- Overrides:
- getType in class AbstractInvokeExpr
getPrecedence
public int getPrecedence()
- Specified by:
- getPrecedence in interface Precedence
toString
public java.lang.String toString()
- Overrides:
- toString in class AbstractStaticInvokeExpr
toString
public void toString(UnitPrinter up)
- Overrides:
- toString in class AbstractStaticInvokeExpr
getUseBoxes
public java.util.List getUseBoxes()
- Description copied from interface: Value
- Returns a List of boxes corresponding to Values
which are used by (ie contained within) this Value.
- Overrides:
- getUseBoxes in class AbstractStaticInvokeExpr
apply
public void apply(Switch sw)
- Description copied from interface: Switchable
- Called when this object is visited.
- Overrides:
- apply in class AbstractStaticInvokeExpr
clone
public java.lang.Object clone()
- Description copied from interface: Value
- Returns a clone of this Value.
- Overrides:
- clone in class AbstractStaticInvokeExpr