Graphviz 12.0.1~dev.20240716.0800
Loading...
Searching...
No Matches
_parse_block Struct Reference

#include <parse.h>

Collaboration diagram for _parse_block:
[legend]

Data Fields

int l_beging
 
char * begg_stmt
 
size_t n_nstmts
 
size_t n_estmts
 
case_infonode_stmts
 
case_infoedge_stmts
 
struct _parse_blocknext
 

Detailed Description

Definition at line 30 of file parse.h.

Field Documentation

◆ begg_stmt

char* _parse_block::begg_stmt

Definition at line 32 of file parse.h.

Referenced by freeBlocks(), and mkBlock().

◆ edge_stmts

case_info* _parse_block::edge_stmts

Definition at line 36 of file parse.h.

Referenced by freeBlocks(), and mkBlock().

◆ l_beging

int _parse_block::l_beging

Definition at line 31 of file parse.h.

Referenced by mkBlock().

◆ n_estmts

size_t _parse_block::n_estmts

Definition at line 34 of file parse.h.

Referenced by mkBlock().

◆ n_nstmts

size_t _parse_block::n_nstmts

Definition at line 33 of file parse.h.

Referenced by mkBlock().

◆ next

struct _parse_block* _parse_block::next

Definition at line 37 of file parse.h.

Referenced by compileProg(), and freeBlocks().

◆ node_stmts

case_info* _parse_block::node_stmts

Definition at line 35 of file parse.h.

Referenced by freeBlocks(), and mkBlock().


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