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

Concrete syntax definition for an UdpPortList.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct AnsiUdpPortListSyntax
Concrete syntax definition for an AnsiUdpPortList.
struct NonAnsiUdpPortListSyntax
Concrete syntax definition for a NonAnsiUdpPortList.
struct WildcardUdpPortListSyntax
Concrete syntax definition for a WildcardUdpPortList.

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

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