#include "pt-jump.h"
Public Member Functions | |
tree_continue_command (const token &tok) | |
~tree_continue_command ()=default | |
void | accept (tree_walker &tw) |
![]() | |
tree_jump_command (const token &tok) | |
~tree_jump_command ()=default | |
filepos | beg_pos () const |
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 () |
Additional Inherited Members | |
![]() | |
token | m_token |
|
inline |
|
default |
|
inlinevirtual |
Implements tree.
Definition at line 86 of file pt-jump.h.
References tree_walker::visit_continue_command().