#include "pt-select.h"
Public Member Functions | |
tree_if_command (int l=-1, int c=-1) | |
tree_if_command (tree_if_command_list *lst, comment_list *lc, comment_list *tc, int l=-1, int c=-1) | |
~tree_if_command () | |
void | accept (tree_walker &tw) |
tree_if_command_list * | cmd_list () |
comment_list * | leading_comment () |
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 () |
Definition at line 115 of file pt-select.h.
|
inline |
Definition at line 119 of file pt-select.h.
|
inline |
Definition at line 124 of file pt-select.h.
tree_if_command::~tree_if_command | ( | ) |
Definition at line 47 of file pt-select.cc.
|
inlinevirtual |
Implements tree.
Definition at line 139 of file pt-select.h.
References tree_walker::visit_if_command().
|
inline |
Definition at line 133 of file pt-select.h.
Referenced by tree_evaluator::visit_if_command(), tree_print_code::visit_if_command(), and tree_walker::visit_if_command().
|
inline |
Definition at line 135 of file pt-select.h.
Referenced by tree_print_code::visit_if_command().
|
inline |
Definition at line 137 of file pt-select.h.
Referenced by tree_print_code::visit_if_command().