Verilog Parser
ast_var_declaration Struct Reference

Describes a simple set of declarations of a particular type. More...

#include <verilog_ast.h>

Data Fields

ast_identifier identifier
 The variable identifier.
 
ast_metadata meta
 Metadata.
 
ast_declaration_type type
 What sort of variable is this?
 

Detailed Description

Describes a simple set of declarations of a particular type.


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