Tape side interface for StatementEvaluatorInterface. More...
#include <statementEvaluatorTapeInterface.hpp>

Classes | |
| struct | StatementCallGenerator |
| This structure is accessed by the StatementEvaluatorInterface. More... | |
Tape side interface for StatementEvaluatorInterface.
See StatementEvaluatorInterface for a full description.
The evaluateInner methods need to be stored by the StatementEvaluatorInterface. These methods perform the Call expression specific function logic.
The evaluateFull functions are called by the StatementEvaluatorInterface on a call function call. This performs the step Load expression specific data in an inline context. inner is the stored function pointer in the handle.