Class CallGraphStats
java.lang.Object
com.ibm.wala.ipa.callgraph.CallGraphStats
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic Set
<MethodReference> Walk the call graph and return the set of MethodReferences that appear in the graph.static int
static CallGraphStats.CGStats
getCGStats
(CallGraph cg) static String
-
Constructor Details
-
CallGraphStats
public CallGraphStats()
-
-
Method Details
-
getCGStats
-
getStats
- Throws:
IllegalArgumentException
- if cg is null
-
countBytecodeBytes
- Returns:
- the number of bytecode bytes
- Throws:
IllegalArgumentException
- if cg is null
-
collectMethods
Walk the call graph and return the set of MethodReferences that appear in the graph.- Returns:
- a set of MethodReferences
- Throws:
IllegalArgumentException
- if cg is null
-