abc.weaving.weaver.around.soot
Class AbstractStaticInvokeExpr

java.lang.Object
  extended by abc.weaving.weaver.around.soot.AbstractInvokeExpr
      extended by abc.weaving.weaver.around.soot.AbstractStaticInvokeExpr
All Implemented Interfaces:
ModifiableInvokeExpr
Direct Known Subclasses:
JStaticInvokeExpr

public abstract class AbstractStaticInvokeExpr
extends AbstractInvokeExpr


Field Summary
 
Fields inherited from class abc.weaving.weaver.around.soot.AbstractInvokeExpr
argBoxes, methodRef
 
Method Summary
 void apply(Switch sw)
           
abstract  java.lang.Object clone()
           
 void convertToBaf(JimpleToBafContext context, java.util.List out)
           
 int equivHashCode()
          Returns a hash code for this object, consistent with structural equality.
 boolean equivTo(java.lang.Object o)
           
 java.util.List getUseBoxes()
           
 java.lang.String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class abc.weaving.weaver.around.soot.AbstractInvokeExpr
addArguments, getArg, getArgBox, getArgCount, getArgs, getMethod, getMethodRef, getType, setArg, setMethodRef
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

equivTo

public boolean equivTo(java.lang.Object o)

equivHashCode

public int equivHashCode()
Returns a hash code for this object, consistent with structural equality.


clone

public abstract java.lang.Object clone()
Specified by:
clone in class AbstractInvokeExpr

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toString

public void toString(UnitPrinter up)

getUseBoxes

public java.util.List getUseBoxes()

apply

public void apply(Switch sw)

convertToBaf

public void convertToBaf(JimpleToBafContext context,
                         java.util.List out)