struct
#include <AllSyntax.h>
RsCaseItemSyntax Concrete syntax definition for a RsCaseItem.
Base classes
- class SyntaxNode
- Base class for all syntax nodes.
Derived classes
- struct DefaultRsCaseItemSyntax
- Concrete syntax definition for a DefaultRsCaseItem.
- struct StandardRsCaseItemSyntax
- Concrete syntax definition for a StandardRsCaseItem.
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
- RsCaseItemSyntax(SyntaxKind kind)
- Constructs a new instance of the RsCaseItemSyntax struct.
- RsCaseItemSyntax(const RsCaseItemSyntax&) defaulted explicit
- Copy constructor.