#include "pt-jump.h"
Public Member Functions | |
| tree_jump_command (const token &tok) | |
| ~tree_jump_command ()=default | |
| filepos | beg_pos () const |
| filepos | end_pos () const |
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 |
| virtual void | accept (tree_walker &tw)=0 |
| 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 () |
Protected Attributes | |
| token | m_token |
|
inline |
|
default |
|
inlinevirtual |
|
inlinevirtual |