Node representing a unary operator.
More...
#include <ExpressionBuilder.h>
Node representing a unary operator.
Definition at line 164 of file ExpressionBuilder.h.
◆ NodeType
◆ EBUnaryOpTermNode()
ExpressionBuilder::EBUnaryOpTermNode::EBUnaryOpTermNode |
( |
EBTermNode * |
subnode, |
|
|
NodeType |
type |
|
) |
| |
|
inline |
◆ clone()
◆ getSubnode()
const EBTermNode* ExpressionBuilder::EBUnaryTermNode::getSubnode |
( |
| ) |
const |
|
inlineinherited |
◆ precedence()
virtual int ExpressionBuilder::EBUnaryOpTermNode::precedence |
( |
| ) |
const |
|
inlinevirtual |
◆ stringify()
std::string ExpressionBuilder::EBUnaryOpTermNode::stringify |
( |
| ) |
const |
|
virtual |
◆ substitute()
◆ _subnode
EBTermNode* ExpressionBuilder::EBUnaryTermNode::_subnode |
|
protectedinherited |
◆ _type
The documentation for this class was generated from the following files: