class文件的所有参数
- Magic Number
- Minor Version
- Major Version
- constant_pool_count
- constant_pool //最核心的参数,存储命令、地址
- access_flags
- this_class
- super_class
- interfaces_count
- interfaces
- fields_count
- fields
- methods_count
- methods
- attributes_count
- attributes
javap命令经常返回的就是这些内容