| Package | Description |
|---|---|
| org.evosuite.graphs.ccfg | |
| org.evosuite.graphs.cfg |
| Modifier and Type | Method and Description |
|---|---|
ControlFlowEdge |
CCFGCodeEdge.getCfgEdge()
Getter for the field
cfgEdge. |
| Constructor and Description |
|---|
CCFGCodeEdge(ControlFlowEdge cfgEdge)
Constructor for CCFGCodeEdge.
|
| Modifier and Type | Method and Description |
|---|---|
protected ControlFlowEdge |
RawControlFlowGraph.addEdge(BytecodeInstruction src,
BytecodeInstruction target,
boolean isExceptionEdge)
addEdge
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ActualControlFlowGraph.addRawEdge(BasicBlock src,
BasicBlock target,
ControlFlowEdge origEdge)
addRawEdge
|
protected void |
ActualControlFlowGraph.addRawEdge(BasicBlock src,
BytecodeInstruction target,
ControlFlowEdge origEdge)
addRawEdge
|
protected void |
ActualControlFlowGraph.addRawEdge(BytecodeInstruction src,
BasicBlock target,
ControlFlowEdge origEdge)
addRawEdge
|
boolean |
ControlFlowGraph.leadsToNode(ControlFlowEdge e,
V b)
leadsToNode
|
| Constructor and Description |
|---|
ControlFlowEdge(ControlFlowEdge clone)
Sort of a copy constructor
|
| Constructor and Description |
|---|
ControlFlowGraph(String className,
String methodName,
int access,
org.jgrapht.graph.DefaultDirectedGraph<V,ControlFlowEdge> jGraph)
Creates a CFG determined by the given jGraph for the given class and
method
|
Copyright © 2010–2017 EvoSuite. All rights reserved.