ReactOS 0.4.15-dev-7942-gd23573b
_property_definition_t Struct Reference

#include <parser.h>

Collaboration diagram for _property_definition_t:

Public Attributes

unsigned type
 
literal_tname
 
expression_tvalue
 
struct _property_definition_tnext
 

Detailed Description

Definition at line 363 of file parser.h.

Member Data Documentation

◆ name

literal_t* _property_definition_t::name

Definition at line 365 of file parser.h.

Referenced by compile_object_literal().

◆ next

struct _property_definition_t* _property_definition_t::next

Definition at line 368 of file parser.h.

Referenced by compile_object_literal(), and visit_expression().

◆ type

unsigned _property_definition_t::type

Definition at line 364 of file parser.h.

Referenced by compile_object_literal().

◆ value

expression_t* _property_definition_t::value

Definition at line 366 of file parser.h.

Referenced by compile_object_literal(), and visit_expression().


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