soot.jimple.toolkits.pointer.nativemethods
Class JavaUtilTimeZoneNative

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

public class JavaUtilTimeZoneNative
extends NativeMethodClass


Constructor Summary
JavaUtilTimeZoneNative(Singletons.Global g)
           
 
Method Summary
static void java_util_TimeZone_getSystemTimeZoneID(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          It should return a constant for TimeZone Gets the TimeZone for the given ID.
 void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          Implements the abstract method simulateMethod.
static JavaUtilTimeZoneNative 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

JavaUtilTimeZoneNative

public JavaUtilTimeZoneNative(Singletons.Global g)
Method Detail

v

public static JavaUtilTimeZoneNative 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_util_TimeZone_getSystemTimeZoneID

public static void java_util_TimeZone_getSystemTimeZoneID(SootMethod method,
                                                          ReferenceVariable thisVar,
                                                          ReferenceVariable returnVar,
                                                          ReferenceVariable[] params)
It should return a constant for TimeZone Gets the TimeZone for the given ID. private static native java.lang.String getSystemTimeZoneID(java.lang.String, java.lang.String);