#include "pt-loop.h"
Public Member Functions | |
| tree_complex_for_command (const token &for_tok, tree_argument_list *le, const token &eq_tok, tree_expression *re, tree_statement_list *body, const token &end_tok) | |
| ~tree_complex_for_command () | |
| void | accept (tree_walker &tw) |
| filepos | beg_pos () const |
| tree_statement_list * | body () |
| tree_expression * | control_expr () |
| filepos | end_pos () const |
| tree_argument_list * | left_hand_side () |
Public Member Functions inherited from tree_command | |
| tree_command ()=default | |
| virtual | ~tree_command ()=default |
| virtual void | update_end_pos (const filepos &) |
Public Member Functions inherited from tree | |
| 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_complex_for_command::~tree_complex_for_command | ( | ) |
Definition at line 63 of file pt-loop.cc.
|
inlinevirtual |
Implements tree.
Definition at line 210 of file pt-loop.h.
References tree_walker::visit_complex_for_command().
|
inlinevirtual |
|
inline |
Definition at line 208 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 206 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().
|
inlinevirtual |
|
inline |
Definition at line 204 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().