CUBRID Engine
latest
|
#include <parse_tree.h>
Public Attributes | |
PT_NODE * | method_name |
PT_NODE * | arg_list |
PT_NODE * | on_call_target |
PT_NODE * | to_return_var |
PT_MISC_TYPE | call_or_expr |
PT_MISC_TYPE | class_or_inst |
UINTPTR | method_id |
Definition at line 2361 of file parse_tree.h.
PT_NODE* pt_method_call_info::arg_list |
Definition at line 2364 of file parse_tree.h.
Referenced by call_method(), jsp_call_stored_procedure(), meth_find_hierarchical_in_method_list(), meth_get_method_params(), meth_replace_method_params(), meth_translate_spec(), pt_apply_method_call(), pt_bind_names(), pt_check_method(), pt_make_method_call(), pt_print_method_call(), pt_semantic_check_local(), and pt_to_method_sig_list().
PT_MISC_TYPE pt_method_call_info::call_or_expr |
Definition at line 2367 of file parse_tree.h.
Referenced by meth_create_method_list(), meth_is_method(), pt_bind_names(), pt_make_method_call(), pt_print_method_call(), pt_resolve_method_type(), and pt_semantic_check_local().
PT_MISC_TYPE pt_method_call_info::class_or_inst |
Definition at line 2368 of file parse_tree.h.
Referenced by mq_class_meth_corr_subq_pre(), pt_make_method_call(), pt_resolve_method_type(), and pt_to_method_sig_list().
UINTPTR pt_method_call_info::method_id |
Definition at line 2369 of file parse_tree.h.
Referenced by meth_find_last_entity(), meth_find_method(), meth_replace_call(), meth_replace_method_calls(), pt_make_method_call(), and pt_resolve_method_type().
PT_NODE* pt_method_call_info::method_name |
Definition at line 2363 of file parse_tree.h.
Referenced by call_method(), do_call_method(), jsp_call_stored_procedure(), meth_create_method_list(), meth_replace_call(), meth_replace_id_in_method_names(), mq_push_arg2(), mq_reset_spec_in_method_names(), mq_substitute_spec_in_method_names(), pt_apply_method_call(), pt_bind_names(), pt_check_method(), pt_eval_method_call_type(), pt_fillin_type_size(), pt_get_resolution(), pt_insert_conjunct(), pt_make_method_call(), pt_print_method_call(), pt_resolve_method_type(), and pt_to_method_sig_list().
PT_NODE* pt_method_call_info::on_call_target |
Definition at line 2365 of file parse_tree.h.
Referenced by call_method(), do_call_method(), meth_get_method_params(), meth_replace_method_params(), meth_translate_spec(), pt_apply_method_call(), pt_bind_names(), pt_check_method(), pt_eval_method_call_type(), pt_make_method_call(), pt_print_method_call(), pt_resolve_method_type(), pt_semantic_check_local(), and pt_to_method_sig_list().
PT_NODE* pt_method_call_info::to_return_var |
Definition at line 2366 of file parse_tree.h.
Referenced by call_method(), jsp_call_stored_procedure(), and pt_apply_method_call().