1#ifndef UNARYOPTREENODE_H
2#define UNARYOPTREENODE_H
3#include "ParseExceptions.h"
4#include "TreeNodeBase.h"
UnaryOpTreeNode is a derived node of TreeNodeBase, which handles the unary calc.
Definition UnaryOpTreeNode.h:12
double evaluate() const override
evaluate the expressions
Definition UnaryOpTreeNode.cpp:8
Tree Node is expected to be like this!
Definition TreeNodeBase.h:7