7 #include <hilti/ast/type.h> 8 #include <hilti/ast/types/any.h> 18 const auto& typeValue()
const {
return child<Type>(0); }
20 bool operator==(
const Type_& other)
const {
return typeValue() == other.typeValue(); }
23 auto isEqual(
const Type& other)
const {
return node::isEqual(
this, other); }
25 auto _isResolved(ResolvedState* rstate)
const {
return type::detail::isResolved(typeValue(), rstate); }
34 bool _wildcard =
false;
const auto & children() const
Definition: node.h:472
auto _isResolved(ResolvedState *rstate) const
Definition: type.h:25
auto typeParameters() const
Definition: type.h:27
auto properties() const
Definition: type.h:31
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:98
auto isWildcard() const
Definition: type.h:29
auto isEqual(const Type &other) const
Definition: type.h:23