CUBRID Engine  latest
parser_node_block Struct Reference
Collaboration diagram for parser_node_block:
Collaboration graph

Public Attributes

PARSER_NODE_BLOCKnext
 
int parser_id
 
PT_NODE nodes [NODES_PER_BLOCK]
 

Detailed Description

Definition at line 61 of file parse_tree.c.

Member Data Documentation

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

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