|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.ipa.callgraph.CallGraphStats
public class CallGraphStats
| Constructor Summary | |
|---|---|
CallGraphStats()
|
|
| Method Summary | |
|---|---|
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 java.lang.String |
getStats(CallGraph cg)
Constructor for CallGraphStats. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CallGraphStats()
| Method Detail |
|---|
public static java.lang.String getStats(CallGraph cg)
java.lang.IllegalArgumentException - if cg is nullpublic static int countBytecodeBytes(CallGraph cg)
cg -
java.lang.IllegalArgumentException - if cg is nullpublic static java.util.Set<MethodReference> collectMethods(CallGraph cg)
cg -
java.lang.IllegalArgumentException - if cg is null
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||