ReactOS 0.4.15-dev-7842-g558ab78
switch_statement_t Struct Reference

#include <parser.h>

Collaboration diagram for switch_statement_t:

Public Attributes

statement_t stat
 
expression_texpr
 
case_clausule_tcase_list
 

Detailed Description

Definition at line 198 of file parser.h.

Member Data Documentation

◆ case_list

case_clausule_t* switch_statement_t::case_list

Definition at line 201 of file parser.h.

Referenced by visit_statement().

◆ expr

expression_t* switch_statement_t::expr

Definition at line 200 of file parser.h.

Referenced by visit_statement().

◆ stat

statement_t switch_statement_t::stat

Definition at line 199 of file parser.h.


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