Verilog Parser
|
describes a single call to a function, constant function, or system fucntion. More...
#include <verilog_ast.h>
Data Fields | |
ast_list * | arguments |
Linked list of arguments. | |
ast_node_attributes * | attributes |
ast_boolean | constant |
Constant function call? | |
ast_identifier | function |
Function identifier. | |
ast_metadata | meta |
Node metadata. | |
ast_boolean | system |
System function call? | |
describes a single call to a function, constant function, or system fucntion.
Expression type over a struct.