CUBRID Engine
latest
|
Public Attributes | |
PT_NODE * | name |
PT_NODE * | tree |
int | type |
int | replace_num |
bool | loc_check |
bool | dont_replace |
Definition at line 79 of file parse_tree_cl.c.
bool pt_lambda_arg::dont_replace |
Definition at line 86 of file parse_tree_cl.c.
Referenced by pt_lambda_node(), and pt_lambda_with_arg().
bool pt_lambda_arg::loc_check |
Definition at line 85 of file parse_tree_cl.c.
Referenced by pt_lambda_node(), and pt_lambda_with_arg().
PT_NODE* pt_lambda_arg::name |
Definition at line 81 of file parse_tree_cl.c.
Referenced by pt_lambda_check_reduce_eq(), pt_lambda_node(), and pt_lambda_with_arg().
int pt_lambda_arg::replace_num |
Definition at line 84 of file parse_tree_cl.c.
Referenced by pt_lambda_node(), and pt_lambda_with_arg().
PT_NODE* pt_lambda_arg::tree |
Definition at line 82 of file parse_tree_cl.c.
Referenced by parser_copy_tree_list(), parser_parse_file(), parser_parse_string_with_escapes(), pt_continue_walk(), pt_find_id_node(), pt_lambda_check_reduce_eq(), pt_lambda_node(), pt_lambda_with_arg(), pt_point(), and pt_point_l().
int pt_lambda_arg::type |
Definition at line 83 of file parse_tree_cl.c.
Referenced by pt_lambda_node(), pt_lambda_with_arg(), and pt_print_json_table_column_info().