soot.jimple.toolkits.invoke
Class VTANativeAdjustor

java.lang.Object
  |
  +--soot.jimple.toolkits.invoke.VTANativeAdjustor

public class VTANativeAdjustor
extends java.lang.Object

Adjusts the VTA type graph to take into account the effects of native methods.


Constructor Summary
VTANativeAdjustor(Hierarchy h, VTATypeGraph g)
           
 
Method Summary
 void adjustForNativeMethods()
          Adds edges to and from native method nodes on a case-by-case basis.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VTANativeAdjustor

public VTANativeAdjustor(Hierarchy h,
                         VTATypeGraph g)
Method Detail

adjustForNativeMethods

public void adjustForNativeMethods()
Adds edges to and from native method nodes on a case-by-case basis.