Averest


UtyDeclStmt Type

UtyDeclStmt is the untyped version of DeclStmt; it contains:

  • name which is the index of the name of the UtyDeclStmt (in the Nametable)
  • decL is the list of interface variable declarations (inputs, outputs, inouts)
  • stmt is an untyped statement

Record fields

Record Field Description

decL

Full Usage: decL

Field type: Interface

Field type: Interface

name

Full Usage: name

Field type: Index

Field type: Index

stmt

Full Usage: stmt

Field type: UtyStmt

Field type: UtyStmt