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

Concrete syntax definition for an UdpFieldBase.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct UdpEdgeFieldSyntax
Concrete syntax definition for an UdpEdgeField.
struct UdpSimpleFieldSyntax
Concrete syntax definition for an UdpSimpleField.

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

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