com.ibm.wala.ipa.callgraph
Interface ReflectionSpecification
- All Known Implementing Classes:
- XMLReflectionReader
public interface ReflectionSpecification
This interface holds information describing reflection behavior specified
by the user.
getTypeForNewInstance
TypeAbstraction getTypeForNewInstance(MemberReference method,
int bcIndex,
IClassHierarchy cha)
- Parameters:
method - bcIndex -
- Returns:
- the TypeAbstraction which represents the set of types allocated by the new instance
at the specified bytecode index; or null if not specified.