|
CUBRID Engine
latest
|

Public Attributes | |
| PT_NODE_WALK_FUNCTION | pre_function |
| void * | pre_argument |
| PT_NODE_WALK_FUNCTION | post_function |
| void * | post_argument |
| int | continue_walk |
Definition at line 97 of file parse_tree_cl.c.
| int pt_walk_arg::continue_walk |
Definition at line 103 of file parse_tree_cl.c.
Referenced by parser_walk_leaves(), parser_walk_tree(), and pt_walk_private().
| void* pt_walk_arg::post_argument |
Definition at line 102 of file parse_tree_cl.c.
Referenced by parser_walk_leaves(), parser_walk_tree(), and pt_walk_private().
| PT_NODE_WALK_FUNCTION pt_walk_arg::post_function |
Definition at line 101 of file parse_tree_cl.c.
Referenced by parser_walk_leaves(), parser_walk_tree(), and pt_walk_private().
| void* pt_walk_arg::pre_argument |
Definition at line 100 of file parse_tree_cl.c.
Referenced by parser_walk_leaves(), parser_walk_tree(), and pt_walk_private().
| PT_NODE_WALK_FUNCTION pt_walk_arg::pre_function |
Definition at line 99 of file parse_tree_cl.c.
Referenced by parser_walk_leaves(), parser_walk_tree(), and pt_walk_private().