#include "pt-loop.h"
Public Member Functions | |
tree_complex_for_command (int l=-1, int c=-1) | |
tree_complex_for_command (tree_argument_list *le, tree_expression *re, tree_statement_list *lst, comment_list *lc=nullptr, comment_list *tc=nullptr, int l=-1, int c=-1) | |
~tree_complex_for_command () | |
void | accept (tree_walker &tw) |
tree_statement_list * | body () |
tree_expression * | control_expr () |
comment_list * | leading_comment () |
tree_argument_list * | left_hand_side () |
comment_list * | trailing_comment () |
Public Member Functions inherited from tree_command | |
tree_command (int l=-1, int c=-1) | |
virtual | ~tree_command ()=default |
Public Member Functions inherited from tree | |
tree (int l=-1, int c=-1) | |
virtual | ~tree ()=default |
const std::string | bp_cond () const |
virtual int | column () const |
void | column (int c) |
virtual void | delete_breakpoint () |
bool | is_active_breakpoint (tree_evaluator &tw) const |
bool | is_breakpoint () const |
virtual int | line () const |
void | line (int l) |
bool | meets_bp_condition (tree_evaluator &tw) const |
virtual void | set_breakpoint (const std::string &condition) |
void | set_location (int l, int c) |
std::string | str_print_code () |
|
inline |
|
inline |
tree_complex_for_command::~tree_complex_for_command | ( | ) |
Definition at line 59 of file pt-loop.cc.
|
inlinevirtual |
Implements tree.
Definition at line 239 of file pt-loop.h.
References tree_walker::visit_complex_for_command().
|
inline |
Definition at line 233 of file pt-loop.h.
Referenced by tree_breakpoint::visit_complex_for_command(), tree_checker::visit_complex_for_command(), tree_evaluator::visit_complex_for_command(), tree_print_code::visit_complex_for_command(), and tree_walker::visit_complex_for_command().
|
inline |
Definition at line 231 of file pt-loop.h.
Referenced by tree_checker::visit_complex_for_command(), tree_evaluator::visit_complex_for_command(), tree_print_code::visit_complex_for_command(), and tree_walker::visit_complex_for_command().
|
inline |
Definition at line 235 of file pt-loop.h.
Referenced by tree_print_code::visit_complex_for_command().
|
inline |
Definition at line 229 of file pt-loop.h.
Referenced by tree_checker::visit_complex_for_command(), tree_evaluator::visit_complex_for_command(), tree_print_code::visit_complex_for_command(), and tree_walker::visit_complex_for_command().
|
inline |
Definition at line 237 of file pt-loop.h.
Referenced by tree_print_code::visit_complex_for_command().