7 #include <hilti/ast/expression.h> 8 #include <hilti/ast/types/type.h> 17 const auto& typeValue()
const {
return child<type::Type_>(0).typeValue(); }
19 bool operator==(
const Type_& other)
const {
return typeValue() == other.typeValue(); }
22 bool isLhs()
const {
return false; }
26 const auto&
type()
const {
return child<Type>(0); }
30 auto isEqual(
const Expression& other)
const {
return node::isEqual(
this, other); }
bool isLhs() const
Definition: type.h:22
auto isEqual(const Expression &other) const
Definition: type.h:30
Definition: expression.h:18
auto properties() const
Definition: type.h:33
bool isTemporary() const
Definition: type.h:24
const auto & type() const
Definition: type.h:26
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:98
auto isConstant() const
Definition: type.h:28
Definition: expression.h:21