Information for the list of annotations for the fields.
More...
#include <annotations.hpp>
Information for the list of annotations for the fields.
◆ FieldAnnotation()
KUNAI::DEX::FieldAnnotation::FieldAnnotation |
( |
std::uint32_t |
field_idx, |
|
|
std::uint32_t |
annotations_off |
|
) |
| |
|
inline |
Constructor of FieldAnnotation.
- Parameters
-
field_idx | idx of the field |
annotations_off | offset to the annotations |
◆ get_annotations_off()
std::uint32_t KUNAI::DEX::FieldAnnotation::get_annotations_off |
( |
| ) |
const |
|
inline |
Get the offset of the annotation.
- Returns
- offset of the annotation
◆ get_field_idx()
std::uint32_t KUNAI::DEX::FieldAnnotation::get_field_idx |
( |
| ) |
const |
|
inline |
Get the field idx of the annotation.
- Returns
- field idx of the annotation
The documentation for this class was generated from the following file: