public class CCFGMethodCallEdge extends CCFGEdge
| Constructor and Description |
|---|
CCFGMethodCallEdge(BytecodeInstruction callInstruction,
boolean isCallingEdge)
Constructor for CCFGMethodCallEdge.
|
| Modifier and Type | Method and Description |
|---|---|
BytecodeInstruction |
getCallInstruction()
Getter for the field
callInstruction. |
boolean |
isCallingEdge()
Marks whether this is a calling edge or a returning edge
|
String |
toString() |
public CCFGMethodCallEdge(BytecodeInstruction callInstruction, boolean isCallingEdge)
Constructor for CCFGMethodCallEdge.
callInstruction - a BytecodeInstruction object.isCallingEdge - a boolean.public boolean isCallingEdge()
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.