soot.jimple.toolkits.pointer.nativemethods
Class JavaIoObjectOutputStreamNative

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

public class JavaIoObjectOutputStreamNative
extends NativeMethodClass


Constructor Summary
JavaIoObjectOutputStreamNative(Singletons.Global g)
           
 
Method Summary
static void java_io_ObjectOutputStream_getObjectFieldValue(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          The object in field is retrieved out by field ID.
 void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          Implements the abstract method simulateMethod.
static JavaIoObjectOutputStreamNative 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

JavaIoObjectOutputStreamNative

public JavaIoObjectOutputStreamNative(Singletons.Global g)
Method Detail

v

public static JavaIoObjectOutputStreamNative 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

java_io_ObjectOutputStream_getObjectFieldValue

public static void java_io_ObjectOutputStream_getObjectFieldValue(SootMethod method,
                                                                  ReferenceVariable thisVar,
                                                                  ReferenceVariable returnVar,
                                                                  ReferenceVariable[] params)
The object in field is retrieved out by field ID. private static native java.lang.Object getObjectFieldValue(java.lang.Object, long);