public class CCFGCodeEdge extends CCFGEdge
| Constructor and Description |
|---|
CCFGCodeEdge(ControlFlowEdge cfgEdge)
Constructor for CCFGCodeEdge.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ControlFlowEdge |
getCfgEdge()
Getter for the field
cfgEdge. |
int |
hashCode() |
String |
toString() |
public CCFGCodeEdge(ControlFlowEdge cfgEdge)
Constructor for CCFGCodeEdge.
cfgEdge - a ControlFlowEdge object.public ControlFlowEdge getCfgEdge()
Getter for the field cfgEdge.
ControlFlowEdge object.public String toString()
toString in class org.jgrapht.graph.DefaultEdgeCopyright © 2010–2017 EvoSuite. All rights reserved.