CUBRID Engine  latest
pt_method_def_info Struct Reference

#include <parse_tree.h>

Collaboration diagram for pt_method_def_info:
Collaboration graph

Public Attributes

PT_NODEmethod_name
 
PT_NODEmethod_args_list
 
PT_NODEfunction_name
 
PT_MISC_TYPE mthd_type
 

Detailed Description

Definition at line 2374 of file parse_tree.h.

Member Data Documentation

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
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().


The documentation for this struct was generated from the following file: