- 16. attributes[](属性数组)
- 15. attributes_count (当前类的属性数)
- 14. methods[](成员方法数组)
- 13. methods_count(当前类的成员方法数)
- 12. fields[](成员变量数组)
- 11. fields_count(当前类的成员变量数)
- 10. interfaces[] (接口名称数组)
- 9. interfaces_count(当前类继承或实现的接口数)
- 8. super_class(当前类的父类名称)
- 7. this_class(当前类名称)
- 6. access_flags (访问标志)
- 5. constant_pool(常量池)
- 4. constant_pool_count (常量池计数器)
- 3. Minor/Major Version(版本号)
- 2. Magic(魔数)
- 1. Java class文件格式