ctrump_while_stmt Struct Reference

while 文 More...

#include <ast.h>

Collaboration diagram for ctrump_while_stmt:

Collaboration graph
[legend]

Data Fields

struct ctrump_location kwd_loc
struct ctrump_location lpar_loc
struct ctrump_location rpar_loc
struct ctrump_loop_cfg_infoloop_cfg
struct ctrump_expr cond
struct ctrump_stmtbody

Detailed Description

while 文

Definition at line 1020 of file ast.h.


Field Documentation

'while'の位置

Definition at line 1021 of file ast.h.

Referenced by analyze_control_flow(), and print_stmt().

'('の位置

Definition at line 1022 of file ast.h.

Referenced by print_stmt().

')'の位置

Definition at line 1023 of file ast.h.

Referenced by print_stmt().

ループ情報(解析前はNULL optional)

Definition at line 1024 of file ast.h.

Referenced by analyze_control_flow(), and build_cfg_stmt().

条件式

Definition at line 1025 of file ast.h.

Referenced by build_cfg_stmt(), and print_stmt().

文本体

Definition at line 1026 of file ast.h.

Referenced by analyze_control_flow(), build_cfg_stmt(), and print_stmt().


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

Generated on Tue Mar 31 20:19:27 2009 for ctrump by  doxygen 1.5.6