GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
tree_classdef_property Class Reference

#include "pt-classdef.h"

Public Member Functions

 tree_classdef_property (tree_arg_validation *av)
 
 ~tree_classdef_property ()
 
void accept (tree_walker &tw)
 
std::string doc_string () const
 
void doc_string (const std::string &s)
 
tree_expressionexpression ()
 
bool have_doc_string () const
 
tree_identifierident ()
 
comment_list leading_comments ()
 

Detailed Description

Definition at line 333 of file pt-classdef.h.

Constructor & Destructor Documentation

◆ tree_classdef_property()

tree_classdef_property::tree_classdef_property ( tree_arg_validation av)

Definition at line 139 of file pt-classdef.cc.

◆ ~tree_classdef_property()

tree_classdef_property::~tree_classdef_property ( )

Definition at line 143 of file pt-classdef.cc.

Member Function Documentation

◆ accept()

void tree_classdef_property::accept ( tree_walker tw)
inline

Definition at line 355 of file pt-classdef.h.

References tree_walker::visit_classdef_property().

◆ doc_string() [1/2]

std::string tree_classdef_property::doc_string ( ) const
inline

Definition at line 347 of file pt-classdef.h.

◆ doc_string() [2/2]

void tree_classdef_property::doc_string ( const std::string &  s)
inline

Definition at line 345 of file pt-classdef.h.

Referenced by base_parser::make_classdef_properties_block().

◆ expression()

tree_expression * tree_classdef_property::expression ( )

Definition at line 165 of file pt-classdef.cc.

References tree_arg_validation::initializer_expression().

◆ have_doc_string()

bool tree_classdef_property::have_doc_string ( ) const
inline

Definition at line 349 of file pt-classdef.h.

Referenced by base_parser::make_classdef_properties_block().

◆ ident()

tree_identifier * tree_classdef_property::ident ( )

Definition at line 157 of file pt-classdef.cc.

References tree_arg_validation::identifier_expression().

Referenced by leading_comments().

◆ leading_comments()

comment_list tree_classdef_property::leading_comments ( )

Definition at line 149 of file pt-classdef.cc.

References ident().


The documentation for this class was generated from the following files: