23#include <antares/expressions/nodes/Node.h>
25namespace Antares::Expressions::Nodes
Represents a leaf node in a syntax tree.
Definition Leaf.h:34
Leaf(const T &value)
Constructs a leaf node with the specified value.
Definition Leaf.h:41
T value() const
Retrieves the value stored in the leaf node.
Definition Leaf.h:51
Base class for nodes in a syntax tree.
Definition Node.h:30