Navigation

Operators and Keywords

Function List:

C++ API

tree_do_until_command Class Reference

#include <pt-loop.h>

Inherits tree_while_command.

Collaboration diagram for tree_do_until_command:

List of all members.


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_commanddup (symbol_table::scope_id scope, symbol_table::context_id context) const
void accept (tree_walker &tw)

Constructor & Destructor Documentation

tree_do_until_command::tree_do_until_command ( int  l = -1,
int  c = -1 
) [inline]

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]


Member Function Documentation

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.


The documentation for this class was generated from the following files: