Public Member Functions | |
void | execute (void *evalOp, Tree::Tree &tree) |
Execute the primitive. |
Definition at line 4 of file MoveFoward.h.
void MoveFoward::execute | ( | void * | result, | |
Tree::Tree & | tree | |||
) | [inline, virtual] |
Execute the primitive.
Function primitives gather arguments and return a value; terminal primitives return current value.
Implements Tree::Primitives::Primitive.
Definition at line 14 of file MoveFoward.h.