ReactOS 0.4.15-dev-7942-gd23573b
_function_decl_t Struct Reference

#include <parse.h>

Collaboration diagram for _function_decl_t:

Public Attributes

const WCHARname
 
function_type_t type
 
BOOL is_public
 
arg_decl_targs
 
statement_tbody
 
struct _function_decl_tnext
 
struct _function_decl_tnext_prop_func
 

Detailed Description

Definition at line 168 of file parse.h.

Member Data Documentation

◆ args

arg_decl_t* _function_decl_t::args

Definition at line 172 of file parse.h.

Referenced by create_function().

◆ body

statement_t* _function_decl_t::body

Definition at line 173 of file parse.h.

Referenced by create_function().

◆ is_public

BOOL _function_decl_t::is_public

Definition at line 171 of file parse.h.

Referenced by create_class_funcprop(), and create_function().

◆ name

const WCHAR* _function_decl_t::name

Definition at line 169 of file parse.h.

Referenced by compile_class(), create_class_funcprop(), and create_function().

◆ next

struct _function_decl_t* _function_decl_t::next

Definition at line 174 of file parse.h.

Referenced by compile_class(), and compile_script().

◆ next_prop_func

struct _function_decl_t* _function_decl_t::next_prop_func

Definition at line 175 of file parse.h.

Referenced by compile_class(), and create_class_funcprop().

◆ type

function_type_t _function_decl_t::type

Definition at line 170 of file parse.h.

Referenced by compile_class(), create_class_funcprop(), and create_function().


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