ARB
|
Public Member Functions | |
NamedCommand (const char *cmd) | |
bool | matches (const char *code) const OVERRIDE |
int | length () const |
![]() | |
virtual | ~Command () |
virtual int | call (Interpreter &interpret) const =0 |
const Location & | pc () const |
Protected Member Functions | |
virtual int | check_result (int res, char *evaluated_args) const |
Definition at line 773 of file aisc_commands.c.
|
inline |
Definition at line 799 of file aisc_commands.c.
|
inlineprotectedvirtual |
Definition at line 778 of file aisc_commands.c.
References fputc(), fputs(), Command::pc(), print_error, and Location::start_message().
Referenced by FINAL_TYPE< SEQTYPE >::call().
|
inlinevirtual |
Implements Command.
Definition at line 800 of file aisc_commands.c.
|
inline |
Definition at line 801 of file aisc_commands.c.