ReactOS 0.4.16-dev-336-gb667d82
|
#include <parser.h>
Public Attributes | |
int | elision |
expression_t * | expr |
struct _array_element_t * | next |
int _array_element_t::elision |
Definition at line 351 of file parser.h.
Referenced by compile_array_literal().
expression_t* _array_element_t::expr |
Definition at line 352 of file parser.h.
Referenced by compile_array_literal(), and visit_expression().
struct _array_element_t* _array_element_t::next |
Definition at line 354 of file parser.h.
Referenced by compile_array_literal(), and visit_expression().