#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 |
Definition at line 584 of file lex.h.
Referenced by base_parser::finish_if_command(), base_parser::finish_switch_command(), base_parser::make_do_until_command(), base_parser::make_for_command(), base_parser::make_try_command(), base_parser::make_unwind_command(), base_parser::make_while_command(), and base_parser::start_function().
|
private |