soot.jimple.toolkits.pointer.representations
Class Environment

java.lang.Object
  extended by soot.jimple.toolkits.pointer.representations.Environment

public class Environment
extends Object


Constructor Summary
Environment(Singletons.Global g)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Environment

public Environment(Singletons.Global g)
Method Detail

v

public static Environment v()

getClassLoaderObject

public ConstantObject getClassLoaderObject()
INTERFACE to NATIVE METHODS


getProcessObject

public ConstantObject getProcessObject()

getThreadObject

public ConstantObject getThreadObject()

getClassObject

public ConstantObject getClassObject()

getStringObject

public ConstantObject getStringObject()

getLeastArrayObject

public ConstantObject getLeastArrayObject()

getLeastObject

public ConstantObject getLeastObject()

getFieldObject

public ConstantObject getFieldObject()

getMethodObject

public ConstantObject getMethodObject()

getConstructorObject

public ConstantObject getConstructorObject()

getFileSystemObject

public ConstantObject getFileSystemObject()

getPrivilegedActionExceptionObject

public ConstantObject getPrivilegedActionExceptionObject()