|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--JumpStatistics
Field Summary | |
(package private) int |
nBytesBytecode
|
(package private) int |
nClasses
|
(package private) int |
nInterfaceMethods
|
(package private) int |
nInterfaces
|
(package private) int |
nJavaMethods
|
(package private) int |
nNativeMethods
|
(package private) int |
nVirtualMethods
|
Constructor Summary | |
(package private) |
JumpStatistics()
create a JumpStatistics. |
Method Summary | |
(package private) void |
addClass(Klass cls)
|
(package private) void |
addMethod(MethodInfo method)
|
(package private) void |
report()
print the statistics to System.out. |
Methods inherited from class java.lang.Object |
|
Field Detail |
int nClasses
int nInterfaces
int nJavaMethods
int nNativeMethods
int nVirtualMethods
int nInterfaceMethods
int nBytesBytecode
Constructor Detail |
JumpStatistics()
Method Detail |
void addMethod(MethodInfo method)
void addClass(Klass cls)
void report()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |