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); }
28 auto _isResolved(ResolvedState* rstate)
const {
return true; }
38 bool _wildcard =
false;
auto _isResolved(ResolvedState *rstate) const
Definition: member.h:28
auto isWildcard() const
Definition: member.h:32
auto typeParameters() const
Definition: member.h:30
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:99
auto properties() const
Definition: member.h:35
auto isEqual(const Type &other) const
Definition: member.h:26