| Package | Description |
|---|---|
| org.evosuite.setup.callgraph |
| Modifier and Type | Method and Description |
|---|---|
Set<CallGraphEntry> |
CallGraph.getCallsFrom(String owner,
String methodName) |
Set<CallGraphEntry> |
CallGraph.getCallsFromMethod(CallGraphEntry call) |
Set<CallGraphEntry> |
CallGraph.getViewOfCurrentMethods() |
Iterator<CallGraphEntry> |
CallGraph.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Set<CallGraphEntry> |
CallGraph.getCallsFromMethod(CallGraphEntry call) |
void |
CallGraph.removeClass(CallGraphEntry vertex) |
| Modifier and Type | Method and Description |
|---|---|
void |
CallGraph.removeClasses(Collection<CallGraphEntry> vertexes) |
Copyright © 2010–2017 EvoSuite. All rights reserved.