public class ArrayIndexSensitiveStrategy<W extends wpds.impl.Weight> extends Object implements ArrayHandlingStrategy<W>
| Constructor and Description |
|---|
ArrayIndexSensitiveStrategy() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleBackward(ControlFlowGraph.Edge curr,
Pair<Val,Integer> arrayBase,
Set<wpds.interfaces.State> out) |
void |
handleForward(ControlFlowGraph.Edge curr,
Pair<Val,Integer> arrayBase,
Set<wpds.interfaces.State> out) |
public void handleForward(ControlFlowGraph.Edge curr, Pair<Val,Integer> arrayBase, Set<wpds.interfaces.State> out)
handleForward in interface ArrayHandlingStrategy<W extends wpds.impl.Weight>public void handleBackward(ControlFlowGraph.Edge curr, Pair<Val,Integer> arrayBase, Set<wpds.interfaces.State> out)
handleBackward in interface ArrayHandlingStrategy<W extends wpds.impl.Weight>Copyright © 2024. All rights reserved.