#include <pt-jump.h>
Inherits tree_command.
Public Member Functions | |
tree_return_command (int l=-1, int c=-1) | |
~tree_return_command (void) | |
tree_command * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
void | accept (tree_walker &tw) |
Static Public Attributes | |
static int | returning = 0 |
tree_return_command::~tree_return_command | ( | void | ) | [inline] |
void tree_return_command::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
tree_command * tree_return_command::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_command.
int tree_return_command::returning = 0 [static] |