Verilog Parser

Node type that forms the tree. More...

#include <verilog_ast.h>

Data Fields

ast_node_attributes * attributes
 
unsigned int child_count
 Number of children the node has.
 
ast_node * children
 Linked list of children.
 
ast_node * parent
 Parent node in the tree.
 
ast_node_type type
 Datatype of the value stored in the node.
 

Detailed Description

Node type that forms the tree.

Forward declare. Defines the core node type for the AST.

Deprecated:
The AST Node was only ever temporary, don't add new stuff with it.

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