#include <OSnLNode.h>


Public Member Functions | |
| OSnLMNodeIdentityMatrix () | |
| default constructor. | |
| ~OSnLMNodeIdentityMatrix () | |
| default destructor. | |
| virtual std::string | getTokenName () |
| virtual OSnLMNode * | cloneExprNode () |
| Create or clone a node of this type. | |
Definition at line 2197 of file OSnLNode.h.
| OSnLMNodeIdentityMatrix::OSnLMNodeIdentityMatrix | ( | ) |
default constructor.
Definition at line 3197 of file OSnLNode.cpp.
| OSnLMNodeIdentityMatrix::~OSnLMNodeIdentityMatrix | ( | ) |
default destructor.
Definition at line 3207 of file OSnLNode.cpp.
| std::string OSnLMNodeIdentityMatrix::getTokenName | ( | ) | [virtual] |
Implements ExprNode.
Definition at line 3216 of file OSnLNode.cpp.
| OSnLMNode * OSnLMNodeIdentityMatrix::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 3221 of file OSnLNode.cpp.
1.6.1