class
#include <slang/ast/symbols/ClassSymbols.h>
ConstraintBlockSymbol Represents a named constraint block declaration within a class.
Base classes
Public variables
- const VariableSymbol* thisVar
- If this is a non-static constraint block, this is a variable that represents the 'this' class handle.
- bitmask<ConstraintBlockFlags> flags
- Various flags that control constraint block behavior.