GNU Octave 10.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
 
void mark_global ()
 
void mark_persistent ()
 
std::list< std::string > variable_names () const
 

Detailed Description

Definition at line 110 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 114 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 116 of file pt-decl.h.

◆ ~tree_decl_init_list()

tree_decl_init_list::~tree_decl_init_list ( )
inline

Definition at line 120 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 130 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 139 of file pt-decl.h.

References tree_decl_elt::end_pos().

Referenced by tree_decl_command::end_pos().

◆ mark_global()

void tree_decl_init_list::mark_global ( )
inline

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

Referenced by tree_decl_command::mark_global().

◆ mark_persistent()

void tree_decl_init_list::mark_persistent ( )
inline

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

Referenced by tree_decl_command::mark_persistent().

◆ variable_names()

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

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

Referenced by base_parser::make_decl_command().


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