#include "pt-cmd.h"
Public Member Functions | |
tree_command ()=default | |
virtual | ~tree_command ()=default |
virtual void | update_end_pos (const filepos &) |
![]() | |
tree () | |
virtual | ~tree ()=default |
virtual void | accept (tree_walker &tw)=0 |
virtual filepos | beg_pos () const =0 |
const std::string | bp_cond () const |
virtual int | column () const |
virtual void | delete_breakpoint () |
virtual filepos | end_pos () const =0 |
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 () |
|
default |
|
virtualdefault |
|
inlinevirtual |
Reimplemented in tree_no_op_command.
Definition at line 55 of file pt-cmd.h.
References error().
Referenced by tree_statement::update_end_pos().