#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixTranspose () | |
| default constructor. | |
| ~OSnLMNodeMatrixTranspose () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 2083 of file OSnLNode.h.
| OSnLMNodeMatrixTranspose::OSnLMNodeMatrixTranspose | ( | ) |
default constructor.
Definition at line 3100 of file OSnLNode.cpp.
| OSnLMNodeMatrixTranspose::~OSnLMNodeMatrixTranspose | ( | ) |
default destructor.
Definition at line 3110 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixTranspose::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 3119 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixTranspose::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 3124 of file OSnLNode.cpp.
1.6.1