#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixDotTimes () | |
| default constructor. | |
| ~OSnLMNodeMatrixDotTimes () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 2159 of file OSnLNode.h.
| OSnLMNodeMatrixDotTimes::OSnLMNodeMatrixDotTimes | ( | ) |
default constructor.
Definition at line 3164 of file OSnLNode.cpp.
| OSnLMNodeMatrixDotTimes::~OSnLMNodeMatrixDotTimes | ( | ) |
default destructor.
Definition at line 3174 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixDotTimes::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 3183 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixDotTimes::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 3188 of file OSnLNode.cpp.
1.6.1