ReactOS 0.4.15-dev-6056-gb29b268
|
#include <parser.h>
Public Attributes | |
expression_t * | expr |
statement_t * | stat |
struct _case_clausule_t * | next |
expression_t * _case_clausule_t::expr |
Definition at line 192 of file parser.h.
Referenced by compile_select_statement(), compile_switch_statement(), and visit_statement().
struct _case_clausule_t * _case_clausule_t::next |
Definition at line 195 of file parser.h.
Referenced by compile_select_statement(), compile_switch_statement(), and visit_statement().
statement_t * _case_clausule_t::stat |
Definition at line 193 of file parser.h.
Referenced by compile_select_statement(), compile_switch_statement(), and visit_statement().