#include <GOp.hpp>
Inheritance diagram for GOp:
Public Member Functions | |
Result * | execute (Context &context) |
std::string | toString (Context &context) |
Grammar * | clone () |
Grammar * GOp::clone | ( | ) | [virtual] |
Passes arguments into the child function and returns the result.
[in] | context | Passed to the child. |
Implements Grammar.
string GOp::toString | ( | Context & | context | ) | [virtual] |