GNU Octave 10.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
 

Detailed Description

Definition at line 88 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 92 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 94 of file pt-select.h.

◆ ~tree_if_command_list()

tree_if_command_list::~tree_if_command_list ( )
inline

Definition at line 98 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 108 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 117 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 126 of file pt-select.h.

References tree_if_clause::if_token().

Referenced by base_parser::finish_if_command().


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