|
CUBRID Engine
latest
|
#include <parse_tree.h>

Public Attributes | |
| PT_NODE * | method_name |
| PT_NODE * | method_args_list |
| PT_NODE * | function_name |
| PT_MISC_TYPE | mthd_type |
Definition at line 2374 of file parse_tree.h.
| PT_NODE* pt_method_def_info::function_name |
Definition at line 2378 of file parse_tree.h.
Referenced by do_add_methods(), pt_apply_method_def(), and pt_print_method_def().
| PT_NODE* pt_method_def_info::method_args_list |
Definition at line 2377 of file parse_tree.h.
Referenced by do_add_methods(), pt_apply_method_def(), and pt_print_method_def().
| PT_NODE* pt_method_def_info::method_name |
Definition at line 2376 of file parse_tree.h.
Referenced by do_add_methods(), do_alter_one_clause_with_template(), pt_apply_method_def(), and pt_print_method_def().
| PT_MISC_TYPE pt_method_def_info::mthd_type |
Definition at line 2379 of file parse_tree.h.
Referenced by do_add_methods(), pt_init_method_def(), and pt_print_method_def().