#include "pt-loop.h"
Public Member Functions | |
tree_simple_for_command (bool parfor, const token &for_tok, const token &open_paren, tree_expression *le, const token &eq_tok, tree_expression *re, const token &sep_tok, tree_expression *maxproc_arg, const token &close_paren, tree_statement_list *body, const token &end_tok) | |
~tree_simple_for_command () | |
void | accept (tree_walker &tw) |
filepos | beg_pos () const |
tree_statement_list * | body () |
tree_expression * | control_expr () |
filepos | end_pos () const |
bool | in_parallel () |
tree_expression * | left_hand_side () |
tree_expression * | maxproc_expr () |
![]() | |
tree_command ()=default | |
virtual | ~tree_command ()=default |
virtual void | update_end_pos (const filepos &) |
![]() | |
tree () | |
virtual | ~tree ()=default |
const std::string | bp_cond () const |
virtual int | column () const |
virtual void | delete_breakpoint () |
bool | is_active_breakpoint (tree_evaluator &tw) const |
bool | is_breakpoint () const |
virtual comment_list | leading_comments () const |
virtual int | line () const |
bool | meets_bp_condition (tree_evaluator &tw) const |
virtual void | set_breakpoint (const std::string &condition) |
std::string | str_print_code () |
|
inline |
tree_simple_for_command::~tree_simple_for_command | ( | ) |
Definition at line 55 of file pt-loop.cc.
|
inlinevirtual |
Implements tree.
Definition at line 152 of file pt-loop.h.
References tree_walker::visit_simple_for_command().
|
inlinevirtual |
|
inline |
Definition at line 150 of file pt-loop.h.
Referenced by tree_breakpoint::visit_simple_for_command(), tree_checker::visit_simple_for_command(), tree_evaluator::visit_simple_for_command(), tree_print_code::visit_simple_for_command(), and tree_walker::visit_simple_for_command().
|
inline |
Definition at line 146 of file pt-loop.h.
Referenced by tree_checker::visit_simple_for_command(), tree_evaluator::visit_simple_for_command(), tree_print_code::visit_simple_for_command(), and tree_walker::visit_simple_for_command().
|
inlinevirtual |
|
inline |
Definition at line 139 of file pt-loop.h.
Referenced by tree_print_code::visit_simple_for_command().
|
inline |
Definition at line 144 of file pt-loop.h.
Referenced by tree_checker::visit_simple_for_command(), tree_evaluator::visit_simple_for_command(), tree_print_code::visit_simple_for_command(), and tree_walker::visit_simple_for_command().
|
inline |
Definition at line 148 of file pt-loop.h.
Referenced by tree_checker::visit_simple_for_command(), tree_print_code::visit_simple_for_command(), and tree_walker::visit_simple_for_command().