#include <pt-cmd.h>
Inherits tree.
Inherited by tree_break_command, tree_complex_for_command, tree_continue_command, tree_decl_command, tree_function_def, tree_if_command, tree_no_op_command, tree_return_command, tree_simple_for_command, tree_switch_command, tree_try_catch_command, tree_unwind_protect_command, and tree_while_command.
Public Member Functions | |
tree_command (int l=-1, int c=-1) | |
virtual | ~tree_command (void) |
virtual tree_command * | dup (symbol_table::scope_id, symbol_table::context_id context) const =0 |
virtual tree_command::~tree_command | ( | void | ) | [inline, virtual] |
virtual tree_command* tree_command::dup | ( | symbol_table::scope_id | , | |
symbol_table::context_id | context | |||
) | const [pure virtual] |
Implemented in tree_no_op_command, tree_function_def, tree_global_command, tree_static_command, tree_try_catch_command, tree_unwind_protect_command, tree_break_command, tree_continue_command, tree_return_command, tree_while_command, tree_do_until_command, tree_simple_for_command, tree_complex_for_command, tree_if_command, and tree_switch_command.