public class JavaUtilTimeZoneNative extends NativeMethodClass
helper
Constructor and Description |
---|
JavaUtilTimeZoneNative(NativeHelper helper) |
Modifier and Type | Method and Description |
---|---|
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.
|
defaultMethod
public JavaUtilTimeZoneNative(NativeHelper helper)
public void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
simulateMethod
in class NativeMethodClass
public void java_util_TimeZone_getSystemTimeZoneID(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)