2 #ifndef _EXPR_TREE_NODE_     3 #define _EXPR_TREE_NODE_   128     bool findChildType(ExprTreeType searchType);
   135     std::string toString() 
const;
   148     bool isConstant() 
const;
   155     bool isPolynomialTerm() 
const;
 ExprTreeVal is the data element of a ExprTreeNode. 
Definition: ExprTreeNode.hpp:57
An encapsulation of a mathematical symbol. 
Definition: Symbol.hpp:23
ExprTreeNode is a single node in the bianry tree of an ExpressionTree. 
Definition: ExprTreeNode.hpp:76