Lines Matching full:field
25 static constexpr uint32_t ACC_PUBLIC = 0x0001; // field, method, class
26 static constexpr uint32_t ACC_PRIVATE = 0x0002; // field, method
27 static constexpr uint32_t ACC_PROTECTED = 0x0004; // field, method
28 static constexpr uint32_t ACC_STATIC = 0x0008; // field, method
29 static constexpr uint32_t ACC_FINAL = 0x0010; // field, method, class
33 static constexpr uint32_t ACC_VOLATILE = 0x0040; // field
34 static constexpr uint32_t ACC_TRANSIENT = 0x0080; // field,
40 static constexpr uint32_t ACC_SYNTHETIC = 0x1000; // field, method, class
42 static constexpr uint32_t ACC_ENUM = 0x4000; // field, class
46 // Field type
47 static constexpr uint32_t ACC_TYPE = 0x00FF0000; // field