Package com.ibm.wala.ipa.summaries
Class ReflectionSummary
- java.lang.Object
-
- com.ibm.wala.ipa.summaries.ReflectionSummary
-
public class ReflectionSummary extends Object
Reflection summary information for a method.
-
-
Constructor Summary
Constructors Constructor Description ReflectionSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addType(int bcIndex, TypeReference T)
TypeAbstraction
getTypeForNewInstance(int bcIndex, IClassHierarchy cha)
Set<TypeReference>
getTypesForProgramLocation(int bcIndex)
-
-
-
Method Detail
-
addType
public void addType(int bcIndex, TypeReference T)
-
getTypeForNewInstance
public TypeAbstraction getTypeForNewInstance(int bcIndex, IClassHierarchy cha)
-
getTypesForProgramLocation
public Set<TypeReference> getTypesForProgramLocation(int bcIndex)
-
-