Vl-nullstmt
Representation of an empty statement.
This is a product type, introduced by deftagsum in support of vl-stmt.
Fields
- atts — vl-atts
- Any (* foo, bar = 1*) style attributes associated with
this statement.
We allow explicit null statements. This allows us to
canonicalize if expressions so that any missing branches are
turned into null statements.
Subtopics
- Vl-nullstmt->atts
- Get the atts field from a vl-nullstmt.
- Make-vl-nullstmt
- Basic constructor macro for vl-nullstmt structures.
- Change-vl-nullstmt
- Modifying constructor for vl-nullstmt structures.