#include "pt-select.h"
Public Member Functions | |
| tree_switch_command (const token &switch_tok, tree_expression *e, tree_switch_case_list *lst, const token &end_tok) | |
| ~tree_switch_command () | |
| void | accept (tree_walker &tw) |
| filepos | beg_pos () const |
| tree_switch_case_list * | case_list () |
| filepos | end_pos () const |
| comment_list | leading_comments () const |
| tree_expression * | switch_value () |
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 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 270 of file pt-select.h.
|
inline |
Definition at line 274 of file pt-select.h.
| tree_switch_command::~tree_switch_command | ( | ) |
Definition at line 61 of file pt-select.cc.
|
inlinevirtual |
Implements tree.
Definition at line 291 of file pt-select.h.
References tree_walker::visit_switch_command().
|
inlinevirtual |
|
inline |
Definition at line 287 of file pt-select.h.
Referenced by tree_breakpoint::visit_switch_command(), tree_evaluator::visit_switch_command(), tree_print_code::visit_switch_command(), and tree_walker::visit_switch_command().
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from tree.
Definition at line 289 of file pt-select.h.
References token::leading_comments().
Referenced by tree_print_code::visit_switch_command().
|
inline |
Definition at line 285 of file pt-select.h.
Referenced by tree_evaluator::visit_switch_command(), tree_print_code::visit_switch_command(), and tree_walker::visit_switch_command().