7 #include <hilti/ast/expression.h> 8 #include <hilti/ast/statement.h> 18 auto expression()
const {
return children()[0].tryAs<hilti::Expression>(); }
20 bool operator==(
const Throw& other)
const {
return expression() == other.expression(); }
23 auto isEqual(
const Statement& other)
const {
return node::isEqual(
this, other); }
auto isEqual(const Statement &other) const
Definition: throw.h:23
const Node none
Definition: node.cc:14
const auto & children() const
Definition: node.h:472
auto properties() const
Definition: throw.h:26
Definition: statement.h:14
std::map< std::string, node::detail::PropertyValue > Properties
Definition: node.h:98