soot.jimple.toolkits.pointer.util
Class NativeMethodDriver

java.lang.Object
  extended bysoot.jimple.toolkits.pointer.util.NativeMethodDriver

public class NativeMethodDriver
extends Object


Constructor Summary
NativeMethodDriver(soot.Singletons.Global g)
           
 
Method Summary
 boolean process(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          The entry point of native method simulation.
static NativeMethodDriver v()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NativeMethodDriver

public NativeMethodDriver(soot.Singletons.Global g)
Method Detail

v

public static NativeMethodDriver v()

process

public boolean process(SootMethod method,
                       ReferenceVariable thisVar,
                       ReferenceVariable returnVar,
                       ReferenceVariable[] params)
The entry point of native method simulation.