|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--util.dataRead
|
+--classfile.classMethodSec
Read the class method section and build representative classes. The class method section is composed of a method count and array of method_info data structures.
u2 method_cnt; method_info methods[ method_cnt ];
| Field Summary | |
(package private) methodInfo[] |
classMethods
|
| Fields inherited from class util.dataRead |
bytesRead |
| Constructor Summary | |
(package private) |
classMethodSec(java.io.DataInputStream dStream,
constPool constPoolSec,
java.lang.String className)
|
| Method Summary | |
(package private) void |
pr()
|
| Methods inherited from class util.dataRead |
getBytesRead,
readU1,
readU2,
readU4 |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
methodInfo[] classMethods
| Constructor Detail |
classMethodSec(java.io.DataInputStream dStream,
constPool constPoolSec,
java.lang.String className)
| Method Detail |
void pr()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||