public class PathElement extends Object
| Constructor and Description |
|---|
PathElement(ControlFlowGraph.Edge s,
Val val,
int stepIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
ControlFlowGraph.Edge |
getEdge() |
Val |
getVariable() |
int |
hashCode() |
int |
stepIndex() |
String |
toString() |
public PathElement(ControlFlowGraph.Edge s, Val val, int stepIndex)
public ControlFlowGraph.Edge getEdge()
public Val getVariable()
public int stepIndex()
Copyright © 2024. All rights reserved.