PIPS
block Struct Reference
+ Collaboration diagram for block:

Data Fields

instruction i
 
string l
 the instruction that contains this block More...
 
consc
 the expected statement which will end this block More...
 
int elsifs
 the list of statements contained in this block More...
 

Detailed Description

Definition at line 191 of file statement.c.

Field Documentation

◆ c

cons* block::c

the expected statement which will end this block

Definition at line 194 of file statement.c.

◆ elsifs

int block::elsifs

the list of statements contained in this block

Definition at line 195 of file statement.c.

◆ i

instruction block::i

Definition at line 192 of file statement.c.

◆ l

string block::l

the instruction that contains this block

Definition at line 193 of file statement.c.


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