All Downloads are FREE. Search and download functionalities are using the official Maven repository.

boomerang.results.AffectedLocation Maven / Gradle / Ivy

There is a newer version: 3.2.2
Show newest version
package boomerang.results;

import boomerang.scene.ControlFlowGraph;
import boomerang.scene.Val;
import java.util.List;

public interface AffectedLocation {

  ControlFlowGraph.Edge getStatement();

  Val getVariable();

  List getDataFlowPath();

  String getMessage();

  int getRuleIndex();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy