ctrump_if_else_stmt Struct Reference

条件文(else有り) More...

#include <ast.h>

Collaboration diagram for ctrump_if_else_stmt:

Collaboration graph
[legend]

Data Fields

struct ctrump_location kwd_loc
struct ctrump_location lpar_loc
struct ctrump_location rpar_loc
struct ctrump_location else_loc
struct ctrump_expr cond
struct ctrump_stmtthen_body
struct ctrump_stmtelse_body

Detailed Description

条件文(else有り)

Definition at line 964 of file ast.h.


Field Documentation

'if'の位置

Definition at line 965 of file ast.h.

Referenced by print_stmt().

'(' の位置

Definition at line 966 of file ast.h.

Referenced by print_stmt().

')' の位置

Definition at line 967 of file ast.h.

Referenced by print_stmt().

'else'の位置

Definition at line 968 of file ast.h.

Referenced by print_stmt().

条件式

Definition at line 969 of file ast.h.

Referenced by build_cfg_stmt(), and print_stmt().

then枝

Definition at line 970 of file ast.h.

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

else枝

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