ctrump_do_while_stmt Struct Reference

do-while文 More...

#include <ast.h>

Collaboration diagram for ctrump_do_while_stmt:

Collaboration graph
[legend]

Data Fields

struct ctrump_location do_loc
struct ctrump_location lpar_loc
struct ctrump_location rpar_loc
struct ctrump_location while_loc
struct ctrump_location semi_loc
struct ctrump_expr cond
struct ctrump_stmtbody

Detailed Description

do-while文

Definition at line 1032 of file ast.h.


Field Documentation

'do'の位置

Definition at line 1033 of file ast.h.

Referenced by print_stmt().

'('の位置

Definition at line 1034 of file ast.h.

Referenced by print_stmt().

')'の位置

Definition at line 1035 of file ast.h.

Referenced by print_stmt().

'while'の位置

Definition at line 1036 of file ast.h.

Referenced by print_stmt().

';'の位置

Definition at line 1037 of file ast.h.

Referenced by print_stmt().

条件式

Definition at line 1039 of file ast.h.

Referenced by build_cfg_stmt(), and print_stmt().

文本体

Definition at line 1040 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:26 2009 for ctrump by  doxygen 1.5.6