public class CallGraphStats extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CallGraphStats.CGStats |
| Constructor and Description |
|---|
CallGraphStats() |
| Modifier and Type | Method and Description |
|---|---|
static Set<MethodReference> |
collectMethods(CallGraph cg)
Walk the call graph and return the set of MethodReferences that appear in the graph.
|
static int |
countBytecodeBytes(CallGraph cg) |
static CallGraphStats.CGStats |
getCGStats(CallGraph cg) |
static String |
getStats(CallGraph cg) |
public static CallGraphStats.CGStats getCGStats(CallGraph cg)
public static String getStats(CallGraph cg)
IllegalArgumentException - if cg is nullpublic static int countBytecodeBytes(CallGraph cg)
cg - IllegalArgumentException - if cg is nullpublic static Set<MethodReference> collectMethods(CallGraph cg)
cg - IllegalArgumentException - if cg is nullCopyright © 2015. All rights reserved.