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

Fields inherited from class soot.jimple.internal.AbstractInvokeExpr
argBoxes
 
Constructor Summary
GNewInvokeExpr(RefType type, SootMethod method, java.util.List args)
           
 
Method Summary
 void apply(Switch sw)
          Called when this object is visited.
 java.lang.Object clone()
          Returns a clone of this Value.
 RefType getBaseType()
           
 int getPrecedence()
           
 Type getType()
          Returns the Soot type of this Value.
 java.util.List getUseBoxes()
          Returns a List of boxes corresponding to Values which are used by (ie contained within) this Value.
 void setBaseType(RefType type)
           
 java.lang.String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class soot.jimple.internal.AbstractStaticInvokeExpr
convertToBaf, equivHashCode, equivTo
 
Methods inherited from class soot.jimple.internal.AbstractInvokeExpr
getArg, getArgBox, getArgCount, getArgs, getMethod, setArg, setMethod
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GNewInvokeExpr

public GNewInvokeExpr(RefType type,
                      SootMethod method,
                      java.util.List args)
Method Detail

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