|
CBMC
|
#include <jsil_parser.h>
Inheritance diagram for jsil_parsert:
Collaboration diagram for jsil_parsert:Public Member Functions | |
| virtual bool | parse () override |
| virtual void | clear () override |
Public Member Functions inherited from parsert | |
| parsert () | |
| virtual | ~parsert () |
| bool | read (char &ch) |
| bool | eof () |
| void | parse_error (const std::string &message, const std::string &before) |
| void | inc_line_no () |
| void | set_line_no (unsigned _line_no) |
| void | set_file (const irep_idt &file) |
| irep_idt | get_file () const |
| unsigned | get_line_no () const |
| unsigned | get_column () const |
| void | set_column (unsigned _column) |
| void | set_source_location (exprt &e) |
| void | set_function (const irep_idt &function) |
| void | advance_column (unsigned token_width) |
Public Attributes | |
| jsil_parse_treet | parse_tree |
| std::string | string_literal |
Public Attributes inherited from parsert | |
| std::istream * | in |
| std::string | this_line |
| std::string | last_line |
| std::vector< exprt > | stack |
Additional Inherited Members | |
Protected Attributes inherited from parsert | |
| source_locationt | source_location |
| unsigned | line_no |
| unsigned | previous_line_no |
| unsigned | column |
Definition at line 21 of file jsil_parser.h.
|
inlineoverridevirtual |
Reimplemented from parsert.
Definition at line 31 of file jsil_parser.h.
|
inlineoverridevirtual |
Implements parsert.
Definition at line 26 of file jsil_parser.h.
| jsil_parse_treet jsil_parsert::parse_tree |
Definition at line 24 of file jsil_parser.h.
| std::string jsil_parsert::string_literal |
Definition at line 41 of file jsil_parser.h.