Intstructions for evaluations state machine. More...
#include <evaluator.hpp>


Public Member Functions | |
| virtual void | handle (Evaluator &evaluator, InstStack &inst_stack, Node *node)=0 |
| Node * | get_node () |
Protected Member Functions | |
| Inst (Node *node) | |
Protected Attributes | |
| Node * | m_node |
Intstructions for evaluations state machine.