Antares Simulator
Power System Simulator
|
Represents an equality comparison node in a syntax tree. More...
#include <EqualNode.h>
Public Member Functions | |
std::string | name () const override |
![]() | |
BinaryNode (Node *left, Node *right) | |
Constructs a binary node with the specified left and right operands. | |
![]() | |
BinaryNode (Node *left, Node *right) | |
Constructs a binary node with the specified left and right operands. | |
Node * | left () const |
Retrieves a pointer to the left operand. | |
Node * | right () const |
Retrieves a pointer to the right operand. | |
![]() | |
![]() | |
bool | operator== (const IName &other) const =default |
Represents an equality comparison node in a syntax tree.
|
inlineoverridevirtual |
Implements Antares::Expressions::IName.