ctrump_if_stmt Struct Reference

条件文(else無し) More...

#include <ast.h>

Collaboration diagram for ctrump_if_stmt:

Collaboration graph
[legend]

Data Fields

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

Detailed Description

条件文(else無し)

Definition at line 953 of file ast.h.


Field Documentation

'if' の位置

Definition at line 954 of file ast.h.

Referenced by print_stmt().

'('の位置

Definition at line 955 of file ast.h.

Referenced by print_stmt().

')'の位置

Definition at line 956 of file ast.h.

Referenced by print_stmt().

条件式

Definition at line 957 of file ast.h.

Referenced by build_cfg_stmt(), and print_stmt().

then枝

Definition at line 958 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