struct
#include <AllSyntax.h>
ModportPortSyntax Concrete syntax definition for a ModportPort.
Base classes
- class SyntaxNode
- Base class for all syntax nodes.
Derived classes
- struct ModportExplicitPortSyntax
- Concrete syntax definition for a ModportExplicitPort.
- struct ModportNamedPortSyntax
- Concrete syntax definition for a ModportNamedPort.
- struct ModportSubroutinePortSyntax
- Concrete syntax definition for a ModportSubroutinePort.
Public static functions
- static auto isKind(SyntaxKind kind) -> bool
- Returns true if the provided syntax kind is represented by this type.
Constructors, destructors, conversion operators
- ModportPortSyntax(SyntaxKind kind)
- Constructs a new instance of the ModportPortSyntax struct.
- ModportPortSyntax(const ModportPortSyntax&) defaulted explicit
- Copy constructor.