CUBRID Engine
latest
|
Public Attributes | |
PARSER_NODE_BLOCK * | next |
int | parser_id |
PT_NODE | nodes [NODES_PER_BLOCK] |
Definition at line 61 of file parse_tree.c.
PARSER_NODE_BLOCK* parser_node_block::next |
Definition at line 63 of file parse_tree.c.
Referenced by parser_create_node_block(), and pt_free_node_blocks().
PT_NODE parser_node_block::nodes[NODES_PER_BLOCK] |
Definition at line 65 of file parse_tree.c.
Referenced by parser_create_node_block().
int parser_node_block::parser_id |
Definition at line 64 of file parse_tree.c.
Referenced by parser_create_node_block(), parser_create_parser(), and pt_free_node_blocks().