|
CBMC
|
Represents a regular Statement List instruction which consists out of one or more codet tokens. More...
#include <statement_list_parse_tree.h>
Collaboration diagram for statement_list_parse_treet::instructiont:Public Member Functions | |
| void | add_token (const codet &token) |
| Adds a codet element to the list of all tokens. More... | |
Public Attributes | |
| std::vector< codet > | tokens |
| Data structure for all tokens of the instruction. More... | |
Represents a regular Statement List instruction which consists out of one or more codet tokens.
Definition at line 43 of file statement_list_parse_tree.h.
| void statement_list_parse_treet::instructiont::add_token | ( | const codet & | token | ) |
Adds a codet element to the list of all tokens.
| token | Token to be added to the instruction. |
Definition at line 120 of file statement_list_parse_tree.cpp.
| std::vector<codet> statement_list_parse_treet::instructiont::tokens |
Data structure for all tokens of the instruction.
Definition at line 46 of file statement_list_parse_tree.h.