Package com.ibm.wala.analysis.reflection

This package provides functions to deal with reflection.

See:
          Description

Interface Summary
InstanceKeyWithNode An instance key which has an associated node
 

Class Summary
CallerSiteContext A context which is a pair
CallSiteMap A mapping from CallSiteReference to SSA InvokeInstruction.
CloneInterpreter A context interpreter for java.lang.Object.clone TODO: The current implementation does not model CloneNotSupportedExceptions
FactoryBypassInterpreter Logic to interpret "factory" methods in context.
FactoryContextSelector For synthetic methods marked as "Factories", we analyze in a context defined by the caller.
JavaTypeContext Implement a Context which corresponds to a given type abstraction.
Malleable some utility support for dealing with "malleable" reflection allocations
 

Package com.ibm.wala.analysis.reflection Description

This package provides functions to deal with reflection.