Verilog Parser
ast_block_item_declaration Struct Reference

Describes the declaration of a block item. More...

#include <verilog_ast.h>

Data Fields

union {
   ast_type_declaration *   event_or_var
 When type == BLOCK_ITEM_TYPE.
 
   ast_parameter_declarations *   parameters
 When type==BLOCK_ITEM_PARAM.
 
   ast_block_reg_declaration *   reg
 When type == BLOCK_ITEM_REG.
 
}; 
 
ast_node_attributes * attributes
 
ast_metadata meta
 Node metadata.
 
ast_block_item_declaration_type type
 

Detailed Description

Describes the declaration of a block item.


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