slang::syntax::PortListSyntax struct
#include <AllSyntax.h>

Concrete syntax definition for a PortList.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct AnsiPortListSyntax
Concrete syntax definition for an AnsiPortList.
struct NonAnsiPortListSyntax
Concrete syntax definition for a NonAnsiPortList.
struct WildcardPortListSyntax
Concrete syntax definition for a WildcardPortList.

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

PortListSyntax(SyntaxKind kind)
Constructs a new instance of the PortListSyntax struct.
PortListSyntax(const PortListSyntax&) defaulted explicit
Copy constructor.