public abstract class PointOfIndirection<Statement,Val,Field> extends Object
| Constructor and Description |
|---|
PointOfIndirection() |
| Modifier and Type | Method and Description |
|---|---|
void |
addBaseAllocation(ForwardQuery baseAllocation) |
void |
addFlowAllocation(Query flowAllocation) |
abstract void |
execute(ForwardQuery baseAllocation,
Query flowAllocation) |
abstract Statement |
getStmt() |
public abstract void execute(ForwardQuery baseAllocation, Query flowAllocation)
public void addBaseAllocation(ForwardQuery baseAllocation)
public void addFlowAllocation(Query flowAllocation)
public abstract Statement getStmt()
Copyright © 2023. All rights reserved.