8 #include <hilti/ast/id.h> 9 #include <hilti/ast/node-ref.h> 10 #include <hilti/ast/type.h> 20 const auto& id()
const {
return child<::hilti::ID>(0); }
22 bool operator==(
const Member& other)
const {
return id() == other.id(); }
25 auto isEqual(
const Type& other)
const {
return node::isEqual(
this, other); }
27 auto _isResolved(ResolvedState* rstate)
const {
return true; }
37 bool _wildcard =
false;
auto _isResolved(ResolvedState *rstate) const
Definition: member.h:27
auto isWildcard() const
Definition: member.h:31
auto typeParameters() const
Definition: member.h:29
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:98
auto properties() const
Definition: member.h:34
auto isEqual(const Type &other) const
Definition: member.h:25