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

Concrete syntax definition for a CaseItem.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct DefaultCaseItemSyntax
Concrete syntax definition for a DefaultCaseItem.
struct PatternCaseItemSyntax
Concrete syntax definition for a PatternCaseItem.
struct StandardCaseItemSyntax
Concrete syntax definition for a StandardCaseItem.

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

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