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

#include <parse.h>

Collaboration diagram for _case_info:
[legend]

Data Fields

int gstart
 
char * guard
 
int astart
 
char * action
 
struct _case_infonext
 

Detailed Description

Definition at line 22 of file parse.h.

Field Documentation

◆ action

char* _case_info::action

Definition at line 26 of file parse.h.

Referenced by freeCaseList(), and mkStmts().

◆ astart

int _case_info::astart

Definition at line 25 of file parse.h.

Referenced by mkStmts().

◆ gstart

int _case_info::gstart

Definition at line 23 of file parse.h.

Referenced by mkStmts().

◆ guard

char* _case_info::guard

Definition at line 24 of file parse.h.

Referenced by freeCaseList(), and mkStmts().

◆ next

struct _case_info* _case_info::next

Definition at line 27 of file parse.h.

Referenced by freeCaseList(), and mkStmts().


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