abc.weaving.weaver.around.soot
Class AbstractVirtualInvokeExpr

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

public abstract class AbstractVirtualInvokeExpr
extends AbstractInstanceInvokeExpr


Field Summary
 
Fields inherited from class abc.weaving.weaver.around.soot.AbstractInstanceInvokeExpr
baseBox
 
Fields inherited from class abc.weaving.weaver.around.soot.AbstractInvokeExpr
argBoxes, methodRef
 
Constructor Summary
protected AbstractVirtualInvokeExpr(ValueBox baseBox, SootMethodRef methodRef, java.util.List argBoxes)
           
 
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.lang.String toString()
           
 void toString(UnitPrinter up)
           
 
Methods inherited from class abc.weaving.weaver.around.soot.AbstractInstanceInvokeExpr
getBase, getBaseBox, getUseBoxes, setBase
 
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
 

Constructor Detail

AbstractVirtualInvokeExpr

protected AbstractVirtualInvokeExpr(ValueBox baseBox,
                                    SootMethodRef methodRef,
                                    java.util.List argBoxes)
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

apply

public void apply(Switch sw)

toString

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

toString

public void toString(UnitPrinter up)

convertToBaf

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