#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeMatrixInverse () | |
| default constructor. | |
| ~OSnLMNodeMatrixInverse () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 2045 of file OSnLNode.h.
| OSnLMNodeMatrixInverse::OSnLMNodeMatrixInverse | ( | ) |
default constructor.
Definition at line 3067 of file OSnLNode.cpp.
| OSnLMNodeMatrixInverse::~OSnLMNodeMatrixInverse | ( | ) |
default destructor.
Definition at line 3077 of file OSnLNode.cpp.
| std::string OSnLMNodeMatrixInverse::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 3086 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeMatrixInverse::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 3091 of file OSnLNode.cpp.
1.6.1