23#include <antares/expressions/nodes/UnaryNode.h>
25namespace Antares::Expressions::Nodes
35 std::string name()
const override
37 return "NegationNode";
Represents a negation node in a syntax tree.
Definition NegationNode.h:31
Represents a unary node in a syntax tree.
Definition UnaryNode.h:31
UnaryNode(Node *child)
Constructs a unary node with the specified child.
Definition UnaryNode.cpp:25