23 #include <antares/expressions/nodes/ParentNode.h>
25 namespace Antares::Expressions::Nodes
Definition: BinaryNode.h:28
Node * right() const
Retrieves a pointer to the right operand.
Definition: BinaryNode.cpp:30
BinaryNode(Node *left, Node *right)
Constructs a binary node with the specified left and right operands.
Definition: BinaryNode.cpp:25
Node * left() const
Retrieves a pointer to the left operand.
Definition: BinaryNode.cpp:35
Base class for nodes in a syntax tree.
Definition: Node.h:30
Definition: ParentNode.h:41