Package boomerang.results
Interface AffectedLocation
-
- All Known Implementing Classes:
NullPointerDereference
public interface AffectedLocation
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<PathElement>getDataFlowPath()StringgetMessage()intgetRuleIndex()ControlFlowGraph.EdgegetStatement()ValgetVariable()
-
-
-
Method Detail
-
getStatement
ControlFlowGraph.Edge getStatement()
-
getVariable
Val getVariable()
-
getDataFlowPath
List<PathElement> getDataFlowPath()
-
getMessage
String getMessage()
-
getRuleIndex
int getRuleIndex()
-
-