slang/ast/symbols/ClassSymbols.h file

Class-related symbol definitions.

Namespaces

namespace slang
Root namespace.
namespace slang::ast
The SystemVerilog AST.

Classes

class slang::ast::ClassType
Represents a class definition type.
class slang::ast::GenericClassDefSymbol
Represents a generic class definition, which is a parameterized class that has not yet had its parameter values specified.
class slang::ast::ConstraintBlockSymbol
Represents a named constraint block declaration within a class.