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

#include "pt-select.h"

Inheritance diagram for tree_if_command_list:

Public Member Functions

 tree_if_command_list ()
 
 tree_if_command_list (tree_if_clause *t)
 
 ~tree_if_command_list ()
 
void accept (tree_walker &tw)
 
filepos beg_pos () const
 
filepos end_pos () const
 
token if_token () const
 
comment_list leading_comments () const
 
comment_list trailing_comments () const
 

Detailed Description

Definition at line 89 of file pt-select.h.

Constructor & Destructor Documentation

◆ tree_if_command_list() [1/2]

tree_if_command_list::tree_if_command_list ( )
inline

Definition at line 93 of file pt-select.h.

◆ tree_if_command_list() [2/2]

tree_if_command_list::tree_if_command_list ( tree_if_clause t)
inline

Definition at line 95 of file pt-select.h.

◆ ~tree_if_command_list()

tree_if_command_list::~tree_if_command_list ( )
inline

Definition at line 99 of file pt-select.h.

Member Function Documentation

◆ accept()

void tree_if_command_list::accept ( tree_walker tw)
inline

◆ beg_pos()

filepos tree_if_command_list::beg_pos ( ) const
inline

Definition at line 109 of file pt-select.h.

References tree_if_clause::beg_pos().

◆ end_pos()

filepos tree_if_command_list::end_pos ( ) const
inline

Definition at line 118 of file pt-select.h.

References tree_if_clause::end_pos().

◆ if_token()

token tree_if_command_list::if_token ( ) const
inline

Definition at line 145 of file pt-select.h.

References tree_if_clause::if_token().

Referenced by base_parser::finish_if_command().

◆ leading_comments()

comment_list tree_if_command_list::leading_comments ( ) const
inline

Definition at line 127 of file pt-select.h.

References tree_if_clause::leading_comments().

◆ trailing_comments()

comment_list tree_if_command_list::trailing_comments ( ) const
inline

Definition at line 136 of file pt-select.h.

References tree_if_clause::trailing_comments().


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