soot.grimp.internal
Class GNewInvokeExpr
java.lang.Object
|
+--soot.jimple.internal.AbstractInvokeExpr
|
+--soot.jimple.internal.AbstractStaticInvokeExpr
|
+--soot.grimp.internal.GNewInvokeExpr
- All Implemented Interfaces:
- ConvertToBaf, EquivTo, Expr, InvokeExpr, NewInvokeExpr, Precedence, java.io.Serializable, StaticInvokeExpr, Switchable, ToBriefString, Value
- 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.
- Specified by:
getType
in interface StaticInvokeExpr
- Overrides:
getType
in class AbstractInvokeExpr
getPrecedence
public int getPrecedence()
- Specified by:
getPrecedence
in interface Precedence
toString
public java.lang.String toString()
- Specified by:
toString
in interface StaticInvokeExpr
- Overrides:
toString
in class AbstractStaticInvokeExpr
toBriefString
public java.lang.String toBriefString()
- Description copied from interface:
ToBriefString
- Returns a brief description of this object.
- Specified by:
toBriefString
in interface StaticInvokeExpr
- Overrides:
toBriefString
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.
- Specified by:
getUseBoxes
in interface StaticInvokeExpr
- Overrides:
getUseBoxes
in class AbstractStaticInvokeExpr
apply
public void apply(Switch sw)
- Description copied from interface:
Switchable
- Called when this object is visited.
- Specified by:
apply
in interface StaticInvokeExpr
- Overrides:
apply
in class AbstractStaticInvokeExpr
clone
public java.lang.Object clone()
- Description copied from interface:
Value
- Returns a clone of this Value.
- Specified by:
clone
in interface Value
- Specified by:
clone
in class AbstractStaticInvokeExpr