harpoon.Analysis
Interface PointsToAnalysis.Node<HCE extends HCodeElement>

Enclosing class:
PointsToAnalysis<HCE extends HCodeElement,NODE extends PointsToAnalysis.Node<HCE>,CONTEXT extends Context>

public static interface PointsToAnalysis.Node<HCE extends HCodeElement>

PointsToAnalysis.Node is just a marker interface for the nodes in the points-to graph returned by the PointsToAnalysis interface.


Method Summary
 Set<HCE> allocationSites()
           
 Set<HClass> concreteTypes()
           
 

Method Detail

allocationSites

Set<HCE> allocationSites()

concreteTypes

Set<HClass> concreteTypes()