#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_level & | operator= (const bbp_nesting_level &nl) |
void | paren () |
void | remove () |
void | reset () |
|
inline |
|
inline |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 135 of file lex.h.
Referenced by base_lexer::whitespace_is_significant().
|
inline |
Definition at line 128 of file lex.h.
Referenced by base_lexer::whitespace_is_significant().
|
inline |
|
inline |
Definition at line 160 of file lex.h.
Referenced by base_lexer::handle_close_bracket().
|
inline |
|
inline |
Definition at line 162 of file lex.h.
Referenced by base_lexer::handle_close_bracket(), and octave_push_parse().
|
inline |