|
|
An instruction is an operation a policy filter may execute. Such as pushing an element on the stack.
~Instruction ()
| ~Instruction |
[virtual]
void accept (InstrVisitor& v)
| accept |
[pure virtual]
Pass the current instruction to the visitor.
Parameters:
v | visitor to use on instruction. |