#include <pt-loop.h>
Inherits tree_command.
Public Member Functions | |
tree_simple_for_command (int l=-1, int c=-1) | |
tree_simple_for_command (tree_expression *le, tree_expression *re, tree_statement_list *lst, octave_comment_list *lc=0, octave_comment_list *tc=0, int l=-1, int c=-1) | |
~tree_simple_for_command (void) | |
tree_expression * | left_hand_side (void) |
tree_expression * | control_expr (void) |
tree_statement_list * | body (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_simple_for_command::tree_simple_for_command | ( | tree_expression * | le, | |
tree_expression * | re, | |||
tree_statement_list * | lst, | |||
octave_comment_list * | lc = 0 , |
|||
octave_comment_list * | tc = 0 , |
|||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_simple_for_command::~tree_simple_for_command | ( | void | ) |
void tree_simple_for_command::accept | ( | tree_walker & | tw | ) | [virtual] |
Implements tree.
tree_statement_list* tree_simple_for_command::body | ( | void | ) | [inline] |
tree_expression* tree_simple_for_command::control_expr | ( | void | ) | [inline] |
tree_command * tree_simple_for_command::dup | ( | symbol_table::scope_id | scope, | |
symbol_table::context_id | context | |||
) | const [virtual] |
Implements tree_command.
octave_comment_list* tree_simple_for_command::leading_comment | ( | void | ) | [inline] |
tree_expression* tree_simple_for_command::left_hand_side | ( | void | ) | [inline] |
octave_comment_list* tree_simple_for_command::trailing_comment | ( | void | ) | [inline] |