public class CallGraphStats
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CallGraphStats.CGStats |
| Constructor and Description |
|---|
CallGraphStats() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.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 java.lang.String |
getStats(CallGraph cg) |
public static CallGraphStats.CGStats getCGStats(CallGraph cg)
public static java.lang.String getStats(CallGraph cg)
java.lang.IllegalArgumentException - if cg is nullpublic static int countBytecodeBytes(CallGraph cg)
java.lang.IllegalArgumentException - if cg is nullpublic static java.util.Set<MethodReference> collectMethods(CallGraph cg)
java.lang.IllegalArgumentException - if cg is null