|
ARB
|

Public Member Functions | |
| virtual | ~Command () |
| virtual bool | matches (const char *code) const =0 |
| virtual int | call (Interpreter &interpret) const =0 |
| const Location & | pc () const |
Definition at line 757 of file aisc_commands.c.
|
inlinevirtual |
Definition at line 758 of file aisc_commands.c.
|
pure virtual |
Implemented in NamedCommand, and NoSuchCommand.
|
pure virtual |
Implemented in FINAL_TYPE< SEQTYPE >, FINAL_TYPE< SEQTYPE >, and NoSuchCommand.
|
inline |
Definition at line 762 of file aisc_commands.c.
References Interpreter::at(), and Code::source.
Referenced by Interpreter::at(), and NamedCommand::check_result().
1.8.8