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

Concrete syntax definition for a ParamAssignment.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct NamedParamAssignmentSyntax
Concrete syntax definition for a NamedParamAssignment.
struct OrderedParamAssignmentSyntax
Concrete syntax definition for an OrderedParamAssignment.

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

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