#include <types.h>
Data Fields | |
struct ctrump_texpr * | arg_type |
struct ctrump_texpr * | func_type |
struct ctrump_func_type_node * | brother |
struct ctrump_func_type_node * | child |
Definition at line 431 of file types.h.
struct ctrump_texpr* ctrump_func_type_node::arg_type [read] |
引数の型
Definition at line 432 of file types.h.
Referenced by ctrump_get_functype_begin(), and ctrump_get_functype_next().
struct ctrump_texpr* ctrump_func_type_node::func_type [read] |
関数型
Definition at line 433 of file types.h.
Referenced by ctrump_get_functype_begin(), ctrump_get_functype_end(), and ctrump_get_functype_next().
struct ctrump_func_type_node* ctrump_func_type_node::brother [read] |
木の兄弟
Definition at line 434 of file types.h.
Referenced by ctrump_get_functype_begin(), and ctrump_get_functype_next().
struct ctrump_func_type_node* ctrump_func_type_node::child [read] |
木の子供
Definition at line 435 of file types.h.
Referenced by ctrump_get_functype_begin(), and ctrump_get_functype_next().