

Definition at line 29 of file cmd.cc.
Public Member Functions | |
| PushValueCmd (const Token &t, PValue val) | |
| virtual void | toStream (std::ostream &str) const |
| dump command to stream in human-readable format | |
| virtual bool | exec (FncDefinition *fnc) |
| execute command in the context of calling function | |
Private Attributes | |
| Token | t_ |
| PValue | val_ |
| PushValueCmd | ( | const Token & | t, | |
| PValue | val | |||
| ) | [inline] |
| virtual void toStream | ( | std::ostream & | ) | const [inline, virtual] |
dump command to stream in human-readable format
Implements ICmd.
Definition at line 32 of file cmd.cc.
References StreamDecorator::C_LIGHT_CYAN, StreamDecorator::C_NO_COLOR, and t_.
| virtual bool exec | ( | FncDefinition * | ) | [inline, virtual] |
execute command in the context of calling function
Implements ICmd.
Definition at line 36 of file cmd.cc.
References ValueStack::push(), t_, val_, FncDefinition::vm, and Vm::vmStack.

1.5.4