#include "lex.h"
Public Member Functions | |
comment_buffer (void) | |
~comment_buffer (void) | |
void | append (const std::string &s, comment_elt::comment_type t) |
comment_list * | get_comment (void) |
void | reset (void) |
Private Attributes | |
comment_list * | m_comment_list |
|
inline |
|
inline |
|
inline |
Definition at line 576 of file lex.h.
Referenced by octave::base_lexer::finish_comment().
|
inline |
Definition at line 586 of file lex.h.
References retval.
Referenced by octave::base_parser::finish_if_command(), octave::base_parser::finish_switch_command(), 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 595 of file lex.h.
Referenced by octave::base_lexer::reset().
|
private |