Reordered ClassFormat.h
This commit is contained in:
parent
844e53910d
commit
ddba2b6d66
@ -58,6 +58,12 @@ enum class ACCESS_FLAGS
|
||||
};
|
||||
} // namespace Method
|
||||
|
||||
struct BaseAttribute
|
||||
{
|
||||
u2 attribute_name_index;
|
||||
u4 attribute_length;
|
||||
};
|
||||
|
||||
struct attribute_info
|
||||
{
|
||||
u2 attribute_name_index;
|
||||
@ -65,12 +71,6 @@ struct attribute_info
|
||||
std::vector<u1> info;
|
||||
};
|
||||
|
||||
struct BaseAttribute
|
||||
{
|
||||
u2 attribute_name_index;
|
||||
u4 attribute_length;
|
||||
};
|
||||
|
||||
struct method_info
|
||||
{
|
||||
u2 access_flags;
|
||||
|
Loading…
Reference in New Issue
Block a user