#include <pt-loop.h>
Inherits tree_while_command.
Public Member Functions | |
tree_do_until_command (int l=-1, int c=-1) | |
tree_do_until_command (tree_expression *e, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1) | |
tree_do_until_command (tree_expression *e, tree_statement_list *lst, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1) | |
~tree_do_until_command (void) | |
tree_command * | dup (symbol_table::scope_id scope, symbol_table::context_id context) const |
void | accept (tree_walker &tw) |
tree_do_until_command::tree_do_until_command | ( | tree_expression * | e, | |
octave_comment_list * | lc = 0 , |
|||
octave_comment_list * | tc = 0 , |
|||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_do_until_command::tree_do_until_command | ( | tree_expression * | e, | |
tree_statement_list * | lst, | |||
octave_comment_list * | lc = 0 , |
|||
octave_comment_list * | tc = 0 , |
|||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_do_until_command::~tree_do_until_command | ( | void | ) | [inline] |
void tree_do_until_command::accept | ( | tree_walker & | tw | ) | [virtual] |
Reimplemented from tree_while_command.
tree_command * tree_do_until_command::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Reimplemented from tree_while_command.