ReactOS 0.4.15-dev-7924-g5949c20
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 210 of file parse.h.

Member Data Documentation

◆ body

statement_t* forto_statement_t::body

Definition at line 216 of file parse.h.

◆ from_expr

expression_t* forto_statement_t::from_expr

Definition at line 213 of file parse.h.

◆ identifier

const WCHAR* forto_statement_t::identifier

Definition at line 212 of file parse.h.

◆ stat

statement_t forto_statement_t::stat

Definition at line 211 of file parse.h.

◆ step_expr

expression_t* forto_statement_t::step_expr

Definition at line 215 of file parse.h.

◆ to_expr

expression_t* forto_statement_t::to_expr

Definition at line 214 of file parse.h.


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