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

#include "pt-decl.h"

Inheritance diagram for tree_decl_init_list:

Public Member Functions

 tree_decl_init_list ()
 
 tree_decl_init_list (tree_decl_elt *t)
 
 ~tree_decl_init_list ()
 
void accept (tree_walker &tw)
 
filepos beg_pos () const
 
filepos end_pos () const
 
comment_list leading_comments () const
 
void mark_global ()
 
void mark_persistent ()
 
comment_list trailing_comments () const
 
std::list< std::string > variable_names () const
 

Detailed Description

Definition at line 113 of file pt-decl.h.

Constructor & Destructor Documentation

◆ tree_decl_init_list() [1/2]

tree_decl_init_list::tree_decl_init_list ( )
inline

Definition at line 117 of file pt-decl.h.

◆ tree_decl_init_list() [2/2]

tree_decl_init_list::tree_decl_init_list ( tree_decl_elt t)
inline

Definition at line 119 of file pt-decl.h.

◆ ~tree_decl_init_list()

tree_decl_init_list::~tree_decl_init_list ( )
inline

Definition at line 123 of file pt-decl.h.

Member Function Documentation

◆ accept()

void tree_decl_init_list::accept ( tree_walker tw)
inline

◆ beg_pos()

filepos tree_decl_init_list::beg_pos ( ) const
inline

Definition at line 133 of file pt-decl.h.

References tree_decl_elt::beg_pos().

◆ end_pos()

filepos tree_decl_init_list::end_pos ( ) const
inline

Definition at line 142 of file pt-decl.h.

References tree_decl_elt::end_pos().

◆ leading_comments()

comment_list tree_decl_init_list::leading_comments ( ) const
inline

Definition at line 151 of file pt-decl.h.

References tree_decl_elt::leading_comments().

◆ mark_global()

void tree_decl_init_list::mark_global ( )
inline

Definition at line 169 of file pt-decl.h.

◆ mark_persistent()

void tree_decl_init_list::mark_persistent ( )
inline

Definition at line 175 of file pt-decl.h.

◆ trailing_comments()

comment_list tree_decl_init_list::trailing_comments ( ) const
inline

Definition at line 160 of file pt-decl.h.

References tree_decl_elt::trailing_comments().

◆ variable_names()

std::list< std::string > tree_decl_init_list::variable_names ( ) const
inline

Definition at line 181 of file pt-decl.h.

Referenced by base_parser::make_decl_command().


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