Inheritance diagram for HAPI::NodeExpression:
Public Member Functions | |
Expression * | clone () const |
Clone the NodeExpression. | |
Node * | getNode () const |
Return the node used to build the expression. | |
Node * | getValue () const |
Return the node used to build the expression. | |
bool | isCompositeExpression () const |
Test if the expression is a CompositeExpression. | |
bool | isConstantExpression () const |
Test if the expression is a ConstantExpression. | |
bool | isNodeExpression () const |
Test if the expression is a NodeExpression. |
|
Clone the NodeExpression.
Implements HAPI::Expression. |
|
Return the node used to build the expression.
|
|
Return the node used to build the expression.
|
|
Test if the expression is a CompositeExpression.
Implements HAPI::Expression. |
|
Test if the expression is a ConstantExpression.
Implements HAPI::Expression. |
|
Test if the expression is a NodeExpression.
Implements HAPI::Expression. |