Antares Simulator
Power System Simulator
|
Represents a negation node in a syntax tree. More...
#include <NegationNode.h>
Public Member Functions | |
std::string | name () const override |
UnaryNode (Node *child) | |
Constructs a unary node with the specified child. | |
![]() | |
UnaryNode (Node *child) | |
Constructs a unary node with the specified child. | |
Node * | child () const |
Retrieves a pointer to the child node. | |
![]() | |
![]() | |
bool | operator== (const IName &other) const =default |
Represents a negation node in a syntax tree.
|
inlineoverridevirtual |
Implements Antares::Expressions::IName.
|
explicit |
Constructs a unary node with the specified child.
child | The child node. |