public class Environment extends Object
| Constructor and Description |
|---|
Environment(Singletons.Global g) |
| Modifier and Type | Method and Description |
|---|---|
ConstantObject |
getClassLoaderObject()
INTERFACE to NATIVE METHODS
|
ConstantObject |
getClassObject() |
ConstantObject |
getConstructorObject() |
ConstantObject |
getFieldObject() |
ConstantObject |
getFileSystemObject() |
ConstantObject |
getLeastArrayObject() |
ConstantObject |
getLeastObject() |
ConstantObject |
getMethodObject() |
ConstantObject |
getPrivilegedActionExceptionObject() |
ConstantObject |
getProcessObject() |
ConstantObject |
getStringObject() |
ConstantObject |
getThreadObject() |
static Environment |
v() |
public Environment(Singletons.Global g)
public static Environment v()
public ConstantObject getClassLoaderObject()
public ConstantObject getProcessObject()
public ConstantObject getThreadObject()
public ConstantObject getClassObject()
public ConstantObject getStringObject()
public ConstantObject getLeastArrayObject()
public ConstantObject getLeastObject()
public ConstantObject getFieldObject()
public ConstantObject getMethodObject()
public ConstantObject getConstructorObject()
public ConstantObject getFileSystemObject()
public ConstantObject getPrivilegedActionExceptionObject()
Copyright © 2020 Soot OSS. All rights reserved.