ReactOS 0.4.17-dev-414-ge848ce1
forto_statement_t Struct Reference

#include <parse.h>

Collaboration diagram for forto_statement_t:

Public Attributes

statement_t stat
 
const WCHARidentifier
 
expression_tfrom_expr
 
expression_tto_expr
 
expression_tstep_expr
 
statement_tbody
 

Detailed Description

Definition at line 239 of file parse.h.

Member Data Documentation

◆ body

statement_t* forto_statement_t::body

Definition at line 245 of file parse.h.

◆ from_expr

expression_t* forto_statement_t::from_expr

Definition at line 242 of file parse.h.

◆ identifier

const WCHAR* forto_statement_t::identifier

Definition at line 241 of file parse.h.

◆ stat

statement_t forto_statement_t::stat

Definition at line 240 of file parse.h.

◆ step_expr

expression_t* forto_statement_t::step_expr

Definition at line 244 of file parse.h.

◆ to_expr

expression_t* forto_statement_t::to_expr

Definition at line 243 of file parse.h.


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