public abstract class AbstractPOI<Statement,Val,Field> extends PointOfIndirection<Statement,Val,Field>
| Constructor and Description |
|---|
AbstractPOI(ControlFlowGraph.Edge cfgEdge,
Val baseVar,
Field field,
Val storedVar) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Val |
getBaseVar() |
ControlFlowGraph.Edge |
getCfgEdge() |
Field |
getField() |
Val |
getStoredVar() |
int |
hashCode() |
String |
toString() |
addBaseAllocation, addFlowAllocation, executepublic AbstractPOI(ControlFlowGraph.Edge cfgEdge, Val baseVar, Field field, Val storedVar)
public Val getBaseVar()
public Field getField()
public Val getStoredVar()
public ControlFlowGraph.Edge getCfgEdge()
getCfgEdge in class PointOfIndirection<Statement,Val,Field>Copyright © 2024. All rights reserved.