#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixPlus () | |
| default constructor. | |
| ~OSnLMNodeMatrixPlus () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 1846 of file OSnLNode.h.
| OSnLMNodeMatrixPlus::OSnLMNodeMatrixPlus | ( | ) |
default constructor.
Definition at line 2845 of file OSnLNode.cpp.
| OSnLMNodeMatrixPlus::~OSnLMNodeMatrixPlus | ( | ) |
default destructor.
Definition at line 2855 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixPlus::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 2864 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixPlus::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 2869 of file OSnLNode.cpp.
1.6.1