struct
#include <AllSyntax.h>
RsProdSyntax Concrete syntax definition for a RsProd.
Base classes
- class SyntaxNode
- Base class for all syntax nodes.
Derived classes
- struct RsCaseSyntax
- Concrete syntax definition for a RsCase.
- struct RsCodeBlockSyntax
- Concrete syntax definition for a RsCodeBlock.
- struct RsIfElseSyntax
- Concrete syntax definition for a RsIfElse.
- struct RsProdItemSyntax
- Concrete syntax definition for a RsProdItem.
- struct RsRepeatSyntax
- Concrete syntax definition for a RsRepeat.
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
- RsProdSyntax(SyntaxKind kind)
- Constructs a new instance of the RsProdSyntax struct.
- RsProdSyntax(const RsProdSyntax&) defaulted explicit
- Copy constructor.