CBMC
statement_list_entry_point.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Statement List Language Entry Point
4
5
Author: Matthias Weiss, matthias.weiss@diffblue.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_STATEMENT_LIST_STATEMENT_LIST_ENTRY_POINT_H
13
#define CPROVER_STATEMENT_LIST_STATEMENT_LIST_ENTRY_POINT_H
14
15
class
message_handlert
;
16
class
symbol_table_baset
;
17
22
bool
statement_list_entry_point
(
23
symbol_table_baset
&symbol_table,
24
message_handlert
&message_handler);
25
26
#endif
// CPROVER_STATEMENT_LIST_STATEMENT_LIST_ENTRY_POINT_H
message_handlert
Definition:
message.h:27
symbol_table_baset
The symbol table base class interface.
Definition:
symbol_table_base.h:23
statement_list_entry_point
bool statement_list_entry_point(symbol_table_baset &symbol_table, message_handlert &message_handler)
Creates a new entry point for the Statement List language.
Definition:
statement_list_entry_point.cpp:191
src
statement-list
statement_list_entry_point.h
Generated by
1.9.1