CBMC
statement_list_parse_treet::instructiont Struct Reference

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< codettokens
 Data structure for all tokens of the instruction. More...
 

Detailed Description

Represents a regular Statement List instruction which consists out of one or more codet tokens.

Definition at line 46 of file statement_list_parse_tree.h.

Member Function Documentation

◆ add_token()

void statement_list_parse_treet::instructiont::add_token ( const codet token)

Adds a codet element to the list of all tokens.

Parameters
tokenToken to be added to the instruction.

Definition at line 120 of file statement_list_parse_tree.cpp.

Member Data Documentation

◆ tokens

std::vector<codet> statement_list_parse_treet::instructiont::tokens

Data structure for all tokens of the instruction.

Definition at line 49 of file statement_list_parse_tree.h.


The documentation for this struct was generated from the following files: