GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lexical_feedback::bbp_nesting_level Class Reference

#include "lex.h"

Public Member Functions

 bbp_nesting_level ()
 
 bbp_nesting_level (const bbp_nesting_level &nl)
 
 ~bbp_nesting_level ()=default
 
void anon_fcn_body ()
 
void brace ()
 
void bracket ()
 
void clear ()
 
bool is_anon_fcn_body ()
 
bool is_brace ()
 
bool is_bracket ()
 
bool is_bracket_or_brace ()
 
bool is_paren ()
 
bool none ()
 
bbp_nesting_leveloperator= (const bbp_nesting_level &nl)
 
void paren ()
 
void remove ()
 
void reset ()
 

Detailed Description

Definition at line 94 of file lex.h.

Constructor & Destructor Documentation

◆ bbp_nesting_level() [1/2]

lexical_feedback::bbp_nesting_level::bbp_nesting_level ( )
inline

Definition at line 108 of file lex.h.

◆ bbp_nesting_level() [2/2]

lexical_feedback::bbp_nesting_level::bbp_nesting_level ( const bbp_nesting_level nl)
inline

Definition at line 110 of file lex.h.

◆ ~bbp_nesting_level()

lexical_feedback::bbp_nesting_level::~bbp_nesting_level ( )
default

Member Function Documentation

◆ anon_fcn_body()

void lexical_feedback::bbp_nesting_level::anon_fcn_body ( )
inline

Definition at line 148 of file lex.h.

◆ brace()

void lexical_feedback::bbp_nesting_level::brace ( )
inline

Definition at line 134 of file lex.h.

◆ bracket()

void lexical_feedback::bbp_nesting_level::bracket ( )
inline

Definition at line 127 of file lex.h.

◆ clear()

void lexical_feedback::bbp_nesting_level::clear ( )
inline

Definition at line 169 of file lex.h.

◆ is_anon_fcn_body()

bool lexical_feedback::bbp_nesting_level::is_anon_fcn_body ( )
inline

Definition at line 150 of file lex.h.

◆ is_brace()

bool lexical_feedback::bbp_nesting_level::is_brace ( )
inline

Definition at line 136 of file lex.h.

Referenced by base_lexer::whitespace_is_significant().

◆ is_bracket()

bool lexical_feedback::bbp_nesting_level::is_bracket ( )
inline

Definition at line 129 of file lex.h.

Referenced by base_lexer::whitespace_is_significant().

◆ is_bracket_or_brace()

bool lexical_feedback::bbp_nesting_level::is_bracket_or_brace ( )
inline

Definition at line 155 of file lex.h.

◆ is_paren()

bool lexical_feedback::bbp_nesting_level::is_paren ( )
inline

Definition at line 143 of file lex.h.

◆ none()

bool lexical_feedback::bbp_nesting_level::none ( )
inline

Definition at line 161 of file lex.h.

Referenced by base_lexer::handle_close_bracket().

◆ operator=()

bbp_nesting_level& lexical_feedback::bbp_nesting_level::operator= ( const bbp_nesting_level nl)
inline

Definition at line 114 of file lex.h.

◆ paren()

void lexical_feedback::bbp_nesting_level::paren ( )
inline

Definition at line 141 of file lex.h.

◆ remove()

void lexical_feedback::bbp_nesting_level::remove ( )
inline

Definition at line 163 of file lex.h.

Referenced by base_lexer::handle_close_bracket().

◆ reset()

void lexical_feedback::bbp_nesting_level::reset ( )
inline

Definition at line 125 of file lex.h.

Referenced by lexical_feedback::reset().


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