#include <node.h>
A structure describing a grammar node type.
It is usually defined as a static const structure in the code defining a new grammar node type. Examples can be found in ecoli_node_<type>.c files.
ecoli_node_<type>.c
Definition at line 312 of file node.h.