struct
#include <AllSyntax.h>
PropertyCaseItemSyntax Concrete syntax definition for a PropertyCaseItem.
Base classes
- class SyntaxNode
- Base class for all syntax nodes.
Derived classes
- struct DefaultPropertyCaseItemSyntax
- Concrete syntax definition for a DefaultPropertyCaseItem.
- struct StandardPropertyCaseItemSyntax
- Concrete syntax definition for a StandardPropertyCaseItem.
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
- PropertyCaseItemSyntax(SyntaxKind kind)
- Constructs a new instance of the PropertyCaseItemSyntax struct.
- PropertyCaseItemSyntax(const PropertyCaseItemSyntax&) defaulted explicit
- Copy constructor.