Expression class representing the unary # operator. More...
Public Member Functions | |
Expression * | clone () const |
Clone the expression. | |
Operator | getOperator () const |
Return the operator of the expression. | |
StateIndexExpression (NodeExpression *e) | |
Construct a new StateIndexExpression. |
Expression class representing the unary # operator.
HAPI::StateIndexExpression::StateIndexExpression | ( | NodeExpression * | e ) | [inline] |
Construct a new StateIndexExpression.
e | a pointer to a NodeExpression |
Expression* HAPI::StateIndexExpression::clone | ( | ) | const [inline, virtual] |
Clone the expression.
Implements HAPI::Expression.
Operator HAPI::StateIndexExpression::getOperator | ( | ) | const [inline, virtual] |
Return the operator of the expression.
Implements HAPI::CompositeExpression.