#include "pt-args-block.h"
Public Member Functions | |
tree_arguments_block (tree_args_block_attribute_list *attr_list, tree_args_block_validation_list *validation_list, int l=-1, int c=-1) | |
~tree_arguments_block () | |
void | accept (tree_walker &tw) |
tree_args_block_attribute_list * | attribute_list () |
comment_list * | leading_comment () |
comment_list * | trailing_comment () |
tree_args_block_validation_list * | validation_list () |
Public Member Functions inherited from tree_command | |
tree_command (int l=-1, int c=-1) | |
virtual | ~tree_command ()=default |
Public Member Functions inherited from tree | |
tree (int l=-1, int c=-1) | |
virtual | ~tree ()=default |
const std::string | bp_cond () const |
virtual int | column () const |
void | column (int c) |
virtual void | delete_breakpoint () |
bool | is_active_breakpoint (tree_evaluator &tw) const |
bool | is_breakpoint () const |
virtual int | line () const |
void | line (int l) |
bool | meets_bp_condition (tree_evaluator &tw) const |
virtual void | set_breakpoint (const std::string &condition) |
void | set_location (int l, int c) |
std::string | str_print_code () |
Definition at line 210 of file pt-args-block.h.
|
inline |
Definition at line 214 of file pt-args-block.h.
|
inline |
Definition at line 224 of file pt-args-block.h.
|
inlinevirtual |
Implements tree.
Definition at line 247 of file pt-args-block.h.
References tree_walker::visit_arguments_block().
|
inline |
Definition at line 233 of file pt-args-block.h.
Referenced by tree_walker::visit_arguments_block().
|
inline |
Definition at line 243 of file pt-args-block.h.
|
inline |
Definition at line 245 of file pt-args-block.h.
|
inline |
Definition at line 238 of file pt-args-block.h.
Referenced by tree_walker::visit_arguments_block().