16#ifndef LIEF_DEX_PROTOTYPE_H
17#define LIEF_DEX_PROTOTYPE_H
57 Type* return_type_ =
nullptr;
Class which parses a DEX file to produce a DEX::File object.
Definition DEX/Parser.hpp:38
Class which represents a DEX method prototype.
Definition Prototype.hpp:29
const Type * return_type() const
Type returned or a nullptr if not resolved.
Prototype(const Prototype &other)
friend std::ostream & operator<<(std::ostream &os, const Prototype &type)
it_const_params parameters_type() const
Types of the parameters.
std::vector< Type * > parameters_type_t
Definition Prototype.hpp:33
it_params parameters_type()
void accept(Visitor &visitor) const override
Class which represents a DEX type as described in the format specifications: https://source....
Definition DEX/Type.hpp:33
Definition Visitor.hpp:224
Iterator which returns reference on container's values.
Definition iterators.hpp:48
LIEF namespace.
Definition Abstract/Binary.hpp:32
#define LIEF_API
Definition visibility.h:41