Class TypeBasedPointerAnalysis

java.lang.Object
com.ibm.wala.ipa.callgraph.propagation.AbstractPointerAnalysis
com.ibm.wala.ipa.callgraph.propagation.rta.TypeBasedPointerAnalysis
All Implemented Interfaces:
PointerAnalysis<InstanceKey>

public class TypeBasedPointerAnalysis extends AbstractPointerAnalysis
A trivial field-based pointer analysis solution, which only uses the information of which types (classes) are live.