ReactOS 0.4.17-dev-357-ga8f14ff
_array_element_t Struct Reference

#include <parser.h>

Collaboration diagram for _array_element_t:

Public Attributes

int elision
 
expression_texpr
 
struct _array_element_tnext
 

Detailed Description

Definition at line 358 of file parser.h.

Member Data Documentation

◆ elision

int _array_element_t::elision

Definition at line 359 of file parser.h.

Referenced by compile_array_literal().

◆ expr

expression_t* _array_element_t::expr

Definition at line 360 of file parser.h.

Referenced by compile_array_literal(), and visit_expression().

◆ next

struct _array_element_t* _array_element_t::next

Definition at line 362 of file parser.h.

Referenced by compile_array_literal(), and visit_expression().


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