public class JavaIoFileSystemNative extends NativeMethodClass
helper| Constructor and Description |
|---|
JavaIoFileSystemNative(NativeHelper helper) |
| Modifier and Type | Method and Description |
|---|---|
void |
java_io_FileSystem_getFileSystem(SootMethod method,
ReferenceVariable thisVar,
ReferenceVariable returnVar,
ReferenceVariable[] params)
Returns a variable pointing to the file system constant
public static native java.io.FileSystem getFileSystem();
|
void |
simulateMethod(SootMethod method,
ReferenceVariable thisVar,
ReferenceVariable returnVar,
ReferenceVariable[] params)
Implements the abstract method simulateMethod.
|
defaultMethodpublic JavaIoFileSystemNative(NativeHelper helper)
public void simulateMethod(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)
simulateMethod in class NativeMethodClasspublic void java_io_FileSystem_getFileSystem(SootMethod method, ReferenceVariable thisVar, ReferenceVariable returnVar, ReferenceVariable[] params)