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