soot.jimple.toolkits.pointer.nativemethods
Class JavaUtilJarJarFileNative

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

public class JavaUtilJarJarFileNative
extends NativeMethodClass


Constructor Summary
JavaUtilJarJarFileNative(Singletons.Global g)
           
 
Method Summary
static void java_util_jar_JarFile_getMetaInfoEntryNames(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          The methods returns an array of strings.
 void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
          Implements the abstract method simulateMethod.
static JavaUtilJarJarFileNative 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

JavaUtilJarJarFileNative

public JavaUtilJarJarFileNative(Singletons.Global g)
Method Detail

v

public static JavaUtilJarJarFileNative 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_jar_JarFile_getMetaInfoEntryNames

public static void java_util_jar_JarFile_getMetaInfoEntryNames(SootMethod method,
                                                               ReferenceVariable thisVar,
                                                               ReferenceVariable returnVar,
                                                               ReferenceVariable[] params)
The methods returns an array of strings.
Returns:
= new String[] private native java.lang.String getMetaInfEntryNames()[];