#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixTimes () | |
| default constructor. | |
| ~OSnLMNodeMatrixTimes () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 2007 of file OSnLNode.h.
| OSnLMNodeMatrixTimes::OSnLMNodeMatrixTimes | ( | ) |
default constructor.
Definition at line 3035 of file OSnLNode.cpp.
| OSnLMNodeMatrixTimes::~OSnLMNodeMatrixTimes | ( | ) |
default destructor.
Definition at line 3045 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixTimes::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 3054 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixTimes::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 3059 of file OSnLNode.cpp.
1.6.1