Verilog Parser
ast_source_item Struct Reference

Contains a source item and it's type. More...

#include <verilog_ast.h>

Data Fields

union {
   ast_module_declaration *   module
 IFF type == SOURCE_MODULE.
 
   ast_udp_declaration *   udp
 IFF type == SOURCE_UDP.
 
}; 
 
ast_metadata meta
 Node metadata.
 
ast_source_item_type type
 Which member of the union to access.
 

Detailed Description

Contains a source item and it's type.


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