#include "pt-classdef.h"
Public Member Functions | |
tree_base_classdef_block (const token &block_tok, tree_classdef_attribute_list *a, const token &end_tok) | |
~tree_base_classdef_block () | |
void | accept (tree_walker &) |
tree_classdef_attribute_list * | attribute_list () |
comment_list | leading_comments () const |
![]() | |
tree () | |
virtual | ~tree ()=default |
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 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 | |
tree_classdef_attribute_list * | m_attr_list |
token | m_block_tok |
token | m_end_tok |
Definition at line 274 of file pt-classdef.h.
|
inline |
Definition at line 278 of file pt-classdef.h.
|
inline |
Definition at line 284 of file pt-classdef.h.
References m_attr_list.
|
inlinevirtual |
Implements tree.
Reimplemented in tree_classdef_properties_block, tree_classdef_methods_block, tree_classdef_events_block, and tree_classdef_enum_block.
Definition at line 293 of file pt-classdef.h.
|
inline |
Definition at line 291 of file pt-classdef.h.
References m_attr_list.
|
inlinevirtual |
Reimplemented from tree.
Definition at line 289 of file pt-classdef.h.
References token::leading_comments(), and m_block_tok.
Referenced by tree_classdef_body::leading_comments().
|
protected |
Definition at line 300 of file pt-classdef.h.
Referenced by ~tree_base_classdef_block(), and attribute_list().
|
protected |
Definition at line 297 of file pt-classdef.h.
Referenced by tree_classdef_block< T >::beg_pos(), and leading_comments().
|
protected |
Definition at line 302 of file pt-classdef.h.
Referenced by tree_classdef_block< T >::end_pos().