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

Concrete syntax definition for a Selector.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct BitSelectSyntax
Concrete syntax definition for a BitSelect.
struct RangeSelectSyntax
Concrete syntax definition for a RangeSelect.

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

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