GNU Octave
4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "lex.h"
Public Member Functions | |
comment_buffer (void) | |
~comment_buffer (void) | |
void | append (const std::string &s, octave_comment_elt::comment_type t) |
octave_comment_list * | get_comment (void) |
void | reset (void) |
Private Attributes | |
octave_comment_list * | comment_list |
|
inline |
|
inline |
|
inline |
Definition at line 508 of file lex.h.
Referenced by octave_base_lexer::finish_comment().
|
inline |
Definition at line 518 of file lex.h.
Referenced by octave_base_parser::finish_if_command(), octave_base_parser::finish_switch_command(), octave_base_parser::make_classdef(), octave_base_parser::make_classdef_enum_block(), octave_base_parser::make_classdef_events_block(), octave_base_parser::make_classdef_methods_block(), octave_base_parser::make_classdef_properties_block(), octave_base_parser::make_do_until_command(), octave_base_parser::make_for_command(), octave_base_parser::make_try_command(), octave_base_parser::make_unwind_command(), octave_base_parser::make_while_command(), and octave_base_parser::start_function().
|
inline |
Definition at line 527 of file lex.h.
Referenced by octave_base_lexer::reset().
|
private |