Package boomerang.results
Class PathElement
- java.lang.Object
-
- boomerang.results.PathElement
-
public class PathElement extends Object
-
-
Constructor Summary
Constructors Constructor Description PathElement(ControlFlowGraph.Edge s, Val val, int stepIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ControlFlowGraph.EdgegetEdge()ValgetVariable()inthashCode()intstepIndex()StringtoString()
-
-
-
Constructor Detail
-
PathElement
public PathElement(ControlFlowGraph.Edge s, Val val, int stepIndex)
-
-
Method Detail
-
getEdge
public ControlFlowGraph.Edge getEdge()
-
getVariable
public Val getVariable()
-
stepIndex
public int stepIndex()
-
-