#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixMinus () | |
| default constructor. | |
| ~OSnLMNodeMatrixMinus () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 1930 of file OSnLNode.h.
| OSnLMNodeMatrixMinus::OSnLMNodeMatrixMinus | ( | ) |
default constructor.
Definition at line 2971 of file OSnLNode.cpp.
| OSnLMNodeMatrixMinus::~OSnLMNodeMatrixMinus | ( | ) |
default destructor.
Definition at line 2981 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixMinus::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 2990 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixMinus::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 2995 of file OSnLNode.cpp.
1.6.1