#include <pt-select.h>
Inherits tree_command.
Public Member Functions | |
tree_if_command (int l=-1, int c=-1) | |
tree_if_command (tree_if_command_list *lst, octave_comment_list *lc, octave_comment_list *tc, int l=-1, int c=-1) | |
~tree_if_command (void) | |
void | set_breakpoint (void) |
void | delete_breakpoint (void) |
tree_if_command_list * | cmd_list (void) |
octave_comment_list * | leading_comment (void) |
octave_comment_list * | trailing_comment (void) |
tree_command * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
void | accept (tree_walker &tw) |
tree_if_command::tree_if_command | ( | tree_if_command_list * | lst, | |
octave_comment_list * | lc, | |||
octave_comment_list * | tc, | |||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_if_command::~tree_if_command | ( | void | ) |
void tree_if_command::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
tree_if_command_list* tree_if_command::cmd_list | ( | void | ) | [inline] |
void tree_if_command::delete_breakpoint | ( | void | ) | [virtual] |
Reimplemented from tree.
tree_command * tree_if_command::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_command.
octave_comment_list* tree_if_command::leading_comment | ( | void | ) | [inline] |
void tree_if_command::set_breakpoint | ( | void | ) | [virtual] |
Reimplemented from tree.
octave_comment_list* tree_if_command::trailing_comment | ( | void | ) | [inline] |