soot.jimple.toolkits.pointer.nativemethods
Class JavaIoFileDescriptorNative

java.lang.Object
  |
  +--soot.jimple.toolkits.pointer.nativemethods.NativeMethodClass
        |
        +--soot.jimple.toolkits.pointer.nativemethods.JavaIoFileDescriptorNative

public class JavaIoFileDescriptorNative
extends NativeMethodClass


Constructor Summary
JavaIoFileDescriptorNative(Singletons.Global g)
           
 
Method Summary
 void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          Implements the abstract method simulateMethod.
static JavaIoFileDescriptorNative v()
           
 
Methods inherited from class soot.jimple.toolkits.pointer.nativemethods.NativeMethodClass
defaultMethod
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaIoFileDescriptorNative

public JavaIoFileDescriptorNative(Singletons.Global g)
Method Detail

v

public static JavaIoFileDescriptorNative v()

simulateMethod

public void simulateMethod(SootMethod method,
                           ReferenceVariable thisVar,
                           ReferenceVariable returnVar,
                           ReferenceVariable[] params)
Implements the abstract method simulateMethod. It distributes the request to the corresponding methods by signatures.
Overrides:
simulateMethod in class NativeMethodClass