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