Information for the list of annotations for the parameters.
More...
#include <annotations.hpp>
Information for the list of annotations for the parameters.
◆ ParameterAnnotation()
KUNAI::DEX::ParameterAnnotation::ParameterAnnotation |
( |
std::uint32_t |
method_idx, |
|
|
std::uint32_t |
annotations_off |
|
) |
| |
|
inline |
Constructor of ParameterAnnotation.
- Parameters
-
method_idx | idx of the method |
annotations_off | offset of the annotation |
◆ get_annotations_off()
std::uint32_t KUNAI::DEX::ParameterAnnotation::get_annotations_off |
( |
| ) |
const |
|
inline |
Get the offset to the annotations.
- Returns
- annotations offset
◆ get_method_idx()
std::uint32_t KUNAI::DEX::ParameterAnnotation::get_method_idx |
( |
| ) |
const |
|
inline |
Get the MethodIDX value.
- Returns
- method idx value
The documentation for this class was generated from the following file: