Package boomerang.poi
Class PointOfIndirection<Statement,Val,Field>
- java.lang.Object
-
- boomerang.poi.PointOfIndirection<Statement,Val,Field>
-
- Direct Known Subclasses:
AbstractPOI
public abstract class PointOfIndirection<Statement,Val,Field> extends Object
-
-
Constructor Summary
Constructors Constructor Description PointOfIndirection()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidaddBaseAllocation(ForwardQuery baseAllocation)voidaddFlowAllocation(Query flowAllocation)abstract voidexecute(ForwardQuery baseAllocation, Query flowAllocation)abstract ControlFlowGraph.EdgegetCfgEdge()
-
-
-
Method Detail
-
execute
public abstract void execute(ForwardQuery baseAllocation, Query flowAllocation)
-
addBaseAllocation
public void addBaseAllocation(ForwardQuery baseAllocation)
-
addFlowAllocation
public void addFlowAllocation(Query flowAllocation)
-
getCfgEdge
public abstract ControlFlowGraph.Edge getCfgEdge()
-
-