Class ClassFactoryContextInterpreter

java.lang.Object
com.ibm.wala.analysis.reflection.ClassFactoryContextInterpreter
All Implemented Interfaces:
CHAContextInterpreter, RTAContextInterpreter, SSAContextInterpreter

public class ClassFactoryContextInterpreter extends Object implements SSAContextInterpreter
An SSAContextInterpreter specialized to interpret reflective class factories (e.g. Class.forName()) in a JavaTypeContext which represents the point-type of the class object created by the call.