| Package | Description |
|---|---|
| org.evosuite.graphs | |
| org.evosuite.graphs.cfg |
| Modifier and Type | Method and Description |
|---|---|
RawControlFlowGraph |
GraphPool.getRawCFG(String className,
String methodName)
getRawCFG
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,RawControlFlowGraph> |
GraphPool.getRawCFGs(String className)
Getter for the field
rawCFGs. |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphPool.registerRawCFG(RawControlFlowGraph cfg)
registerRawCFG
|
| Modifier and Type | Method and Description |
|---|---|
RawControlFlowGraph |
BytecodeInstruction.getCalledCFG()
Returns the RawCFG of the method called by this instruction
|
RawControlFlowGraph |
BytecodeInstruction.getRawCFG()
Returns the RawControlFlowGraph of this instructions method
Convenience method.
|
abstract RawControlFlowGraph |
ASMWrapper.getRawCFG() |
protected RawControlFlowGraph |
CFGGenerator.getRawGraph()
Getter for the field
rawGraph. |
| Constructor and Description |
|---|
ActualControlFlowGraph(RawControlFlowGraph rawGraph)
Constructor for ActualControlFlowGraph.
|
Copyright © 2010–2017 EvoSuite. All rights reserved.