Class Format (11-12)
11-12. The fields field, which contains the number of fields that this class has and an info structure for each field in the class.
- 0x0001 public
- 0x0002 private
- 0x0004 protected
- 0x0008 static
- 0x0010 final
- 0x0040 volatile
- 0x0080 transient
- Followed by the field’s name in the constant pool, followed by its descriptor in the constant pool, followed by its attributes.