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

Concrete syntax definition for a BlockEventExpression.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct BinaryBlockEventExpressionSyntax
Concrete syntax definition for a BinaryBlockEventExpression.
struct PrimaryBlockEventExpressionSyntax
Concrete syntax definition for a PrimaryBlockEventExpression.

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

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