soot.jimple.toolkits.pointer.nativemethods
Class JavaUtilResourceBundleNative

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

public class JavaUtilResourceBundleNative
extends NativeMethodClass


Constructor Summary
JavaUtilResourceBundleNative(Singletons.Global g)
           
 
Method Summary
static void java_util_ResourceBundle_getClassContext(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          Undocumented, returns an array of all possible classes.
 void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          Implements the abstract method simulateMethod.
static JavaUtilResourceBundleNative 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

JavaUtilResourceBundleNative

public JavaUtilResourceBundleNative(Singletons.Global g)
Method Detail

v

public static JavaUtilResourceBundleNative 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_ResourceBundle_getClassContext

public static void java_util_ResourceBundle_getClassContext(SootMethod method,
                                                            ReferenceVariable thisVar,
                                                            ReferenceVariable returnVar,
                                                            ReferenceVariable[] params)
Undocumented, returns an array of all possible classes. NOTE: @return = new Class[];