Package boomerang.arrays
Class IgnoreArrayStrategy<W extends wpds.impl.Weight>
- java.lang.Object
-
- boomerang.arrays.IgnoreArrayStrategy<W>
-
- All Implemented Interfaces:
ArrayHandlingStrategy<W>
public class IgnoreArrayStrategy<W extends wpds.impl.Weight> extends Object implements ArrayHandlingStrategy<W>
-
-
Constructor Summary
Constructors Constructor Description IgnoreArrayStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleBackward(ControlFlowGraph.Edge curr, Pair<Val,Integer> arrayBase, Set<wpds.interfaces.State> out)voidhandleForward(ControlFlowGraph.Edge storeStmt, Pair<Val,Integer> storedVal, Set<wpds.interfaces.State> out)
-
-
-
Method Detail
-
handleForward
public void handleForward(ControlFlowGraph.Edge storeStmt, Pair<Val,Integer> storedVal, Set<wpds.interfaces.State> out)
- Specified by:
handleForwardin interfaceArrayHandlingStrategy<W extends wpds.impl.Weight>
-
handleBackward
public void handleBackward(ControlFlowGraph.Edge curr, Pair<Val,Integer> arrayBase, Set<wpds.interfaces.State> out)
- Specified by:
handleBackwardin interfaceArrayHandlingStrategy<W extends wpds.impl.Weight>
-
-