|
xorp
|
Base class for an instruction. More...
#include <instruction_base.hh>
Public Member Functions | |
| virtual void | accept (InstrVisitor &v)=0 |
| Pass the current instruction to the visitor. | |
Base class for an instruction.
An instruction is an operation a policy filter may execute. Such as pushing an element on the stack.
| virtual void Instruction::accept | ( | InstrVisitor & | v | ) | [pure virtual] |