8 #include <hilti/ast/ctor.h> 9 #include <hilti/ast/types/error.h> 18 auto value()
const {
return _value; }
20 bool operator==(
const Error& other)
const {
return value() == other.value(); }
23 const auto&
type()
const {
return child<Type>(0); }
27 auto isLhs()
const {
return false; }
31 auto isEqual(
const Ctor& other)
const {
return node::isEqual(
this, other); }
bool isConstant() const
Definition: error.h:25
auto properties() const
Definition: error.h:34
auto isLhs() const
Definition: error.h:27
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:97
const auto & type() const
Definition: error.h:23
auto isTemporary() const
Definition: error.h:29
auto isEqual(const Ctor &other) const
Definition: error.h:31