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