7 #include <hilti/ast/expression.h> 8 #include <hilti/ast/types/type.h> 11 namespace expression {
18 auto typeValue()
const {
return type::effectiveType(child<Type>(0)); }
20 bool operator==(
const Type_& other)
const {
return typeValue() == other.typeValue(); }
23 bool isLhs()
const {
return false; }
31 auto isEqual(
const Expression& other)
const {
return node::isEqual(
this, other); }
bool isLhs() const
Definition: type.h:23
auto isEqual(const Expression &other) const
Definition: type.h:31
Definition: expression.h:16
auto properties() const
Definition: type.h:34
bool isTemporary() const
Definition: type.h:25
auto type() const
Definition: type.h:27
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:83
auto isConstant() const
Definition: type.h:29