#include <pt-cmd.h>
Inherits tree_command.
Public Member Functions | |
tree_no_op_command (const std::string &cmd="no_op", int l=-1, int c=-1) | |
~tree_no_op_command (void) | |
tree_command * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
void | accept (tree_walker &tw) |
bool | is_end_of_fcn_or_script (void) const |
std::string | original_command (void) |
tree_no_op_command::tree_no_op_command | ( | const std::string & | cmd = "no_op" , |
|
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_no_op_command::~tree_no_op_command | ( | void | ) | [inline] |
void tree_no_op_command::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
tree_command * tree_no_op_command::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_command.
bool tree_no_op_command::is_end_of_fcn_or_script | ( | void | ) | const [inline] |
std::string tree_no_op_command::original_command | ( | void | ) | [inline] |