The OSnLMNodeMatrixProduct Class. More...
#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixProduct () | |
| default constructor. | |
| ~OSnLMNodeMatrixProduct () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
The OSnLMNodeMatrixProduct Class.
Definition at line 2755 of file OSnLNode.h.
| OSnLMNodeMatrixProduct::OSnLMNodeMatrixProduct | ( | ) |
default constructor.
Definition at line 2913 of file OSnLNode.cpp.
| OSnLMNodeMatrixProduct::~OSnLMNodeMatrixProduct | ( | ) |
default destructor.
Definition at line 2924 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixProduct::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 2931 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixProduct::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 2962 of file OSnLNode.cpp.
1.6.1