#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixNegate () | |
| default constructor. | |
| ~OSnLMNodeMatrixNegate () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 1968 of file OSnLNode.h.
| OSnLMNodeMatrixNegate::OSnLMNodeMatrixNegate | ( | ) |
default constructor.
Definition at line 3003 of file OSnLNode.cpp.
| OSnLMNodeMatrixNegate::~OSnLMNodeMatrixNegate | ( | ) |
default destructor.
Definition at line 3013 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixNegate::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 3022 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixNegate::cloneExprNode | ( | ) | [virtual] |
Create or clone a node of this type.
This is an abstract method which is required to be implemented by the concrete operator nodes that derive or extend from this class.
Implements ExprNode.
Definition at line 3027 of file OSnLNode.cpp.
1.6.1