#include "pt-select.h"
Public Member Functions | |
tree_if_command (const token &if_tok, const token &end_tok) | |
tree_if_command (const token &if_tok, tree_if_command_list *lst, const token &end_tok) | |
~tree_if_command () | |
void | accept (tree_walker &tw) |
filepos | beg_pos () const |
tree_if_command_list * | cmd_list () |
filepos | end_pos () const |
comment_list | leading_comments () 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 int | line () const |
bool | meets_bp_condition (tree_evaluator &tw) const |
virtual void | set_breakpoint (const std::string &condition) |
std::string | str_print_code () |
Definition at line 143 of file pt-select.h.
Definition at line 147 of file pt-select.h.
|
inline |
Definition at line 151 of file pt-select.h.
tree_if_command::~tree_if_command | ( | ) |
Definition at line 46 of file pt-select.cc.
|
inlinevirtual |
Implements tree.
Definition at line 166 of file pt-select.h.
References tree_walker::visit_if_command().
|
inlinevirtual |
|
inline |
Definition at line 162 of file pt-select.h.
Referenced by tree_evaluator::visit_if_command(), tree_print_code::visit_if_command(), and tree_walker::visit_if_command().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from tree.
Definition at line 164 of file pt-select.h.
References token::leading_comments().
Referenced by tree_print_code::visit_if_command().