#include "pt-classdef.h"
Public Member Functions | |
tree_classdef_property (const tree_classdef_property &)=delete | |
tree_classdef_property (tree_identifier *i, comment_list *comments=nullptr) | |
tree_classdef_property (tree_identifier *i, tree_expression *e, comment_list *comments=nullptr) | |
~tree_classdef_property (void) | |
void | accept (tree_walker &tw) |
comment_list * | comments (void) const |
void | doc_string (const std::string &txt) |
std::string | doc_string (void) const |
tree_expression * | expression (void) |
bool | have_doc_string (void) const |
tree_identifier * | ident (void) |
tree_classdef_property & | operator= (const tree_classdef_property &)=delete |
Private Attributes | |
comment_list * | m_comments |
std::string | m_doc_string |
tree_expression * | m_expr |
tree_identifier * | m_id |
Definition at line 316 of file pt-classdef.h.
octave::tree_classdef_property::tree_classdef_property | ( | tree_identifier * | i, |
comment_list * | comments = nullptr |
||
) |
Definition at line 140 of file pt-classdef.cc.
octave::tree_classdef_property::tree_classdef_property | ( | tree_identifier * | i, |
tree_expression * | e, | ||
comment_list * | comments = nullptr |
||
) |
Definition at line 146 of file pt-classdef.cc.
|
delete |
|
inline |
Definition at line 332 of file pt-classdef.h.
|
inline |
Definition at line 350 of file pt-classdef.h.
References octave::tree_walker::visit_classdef_property().
|
inline |
Definition at line 342 of file pt-classdef.h.
References m_comments.
|
inline |
Definition at line 344 of file pt-classdef.h.
References m_doc_string.
Referenced by octave::base_parser::make_classdef_properties_block(), and octave_push_parse().
|
inline |
Definition at line 346 of file pt-classdef.h.
References m_doc_string.
|
inline |
Definition at line 340 of file pt-classdef.h.
References m_expr.
|
inline |
Definition at line 348 of file pt-classdef.h.
References m_doc_string.
Referenced by octave::base_parser::make_classdef_properties_block(), and octave_push_parse().
|
inline |
Definition at line 338 of file pt-classdef.h.
References m_id.
|
delete |
|
private |
Definition at line 359 of file pt-classdef.h.
Referenced by comments().
|
private |
Definition at line 360 of file pt-classdef.h.
Referenced by doc_string(), and have_doc_string().
|
private |
Definition at line 358 of file pt-classdef.h.
Referenced by ~tree_classdef_property(), and expression().
|
private |
Definition at line 357 of file pt-classdef.h.
Referenced by ~tree_classdef_property(), and ident().