#include <ast.h>

Data Fields | |
| struct ctrump_location | kwd_loc |
| struct ctrump_location | lpar_loc |
| struct ctrump_location | rpar_loc |
| struct ctrump_expr | cond |
| struct ctrump_stmt * | body |
Definition at line 977 of file ast.h.
struct ctrump_location ctrump_switch_stmt::kwd_loc [read] |
struct ctrump_location ctrump_switch_stmt::lpar_loc [read] |
struct ctrump_location ctrump_switch_stmt::rpar_loc [read] |
struct ctrump_expr ctrump_switch_stmt::cond [read] |
struct ctrump_stmt* ctrump_switch_stmt::body [read] |
1.5.6