8 #include <hilti/ast/id.h> 9 #include <hilti/ast/node_ref.h> 10 #include <hilti/ast/type.h> 21 const auto& id()
const {
return child<::hilti::ID>(0); }
23 bool operator==(
const Member& other)
const {
return id() == other.id(); }
26 auto isEqual(
const Type& other)
const {
return node::isEqual(
this, other); }
36 bool _wildcard =
false;
auto isWildcard() const
Definition: member.h:30
auto typeParameters() const
Definition: member.h:28
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:83
auto properties() const
Definition: member.h:33
auto isEqual(const Type &other) const
Definition: member.h:26