#include "pt-loop.h"
Public Member Functions | |
tree_do_until_command (const token &do_tok, tree_statement_list *body, const token &until_tok, tree_expression *expr) | |
~tree_do_until_command () | |
void | accept (tree_walker &tw) |
filepos | beg_pos () const |
tree_statement_list * | body () |
tree_expression * | condition () |
filepos | end_pos () const |
![]() | |
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_do_until_command::~tree_do_until_command | ( | ) |
Definition at line 47 of file pt-loop.cc.
|
inlinevirtual |
Implements tree.
Definition at line 103 of file pt-loop.h.
References tree_walker::visit_do_until_command().
|
inlinevirtual |
|
inline |
Definition at line 99 of file pt-loop.h.
Referenced by tree_breakpoint::visit_do_until_command(), tree_evaluator::visit_do_until_command(), tree_print_code::visit_do_until_command(), and tree_walker::visit_do_until_command().
|
inline |
Definition at line 101 of file pt-loop.h.
Referenced by tree_evaluator::visit_do_until_command(), tree_print_code::visit_do_until_command(), and tree_walker::visit_do_until_command().
|
inlinevirtual |