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

Concrete syntax definition for a TimingCheckArg.

Base classes

class SyntaxNode
Base class for all syntax nodes.

Derived classes

struct EmptyTimingCheckArgSyntax
Concrete syntax definition for an EmptyTimingCheckArg.
struct ExpressionTimingCheckArgSyntax
Concrete syntax definition for an ExpressionTimingCheckArg.
struct TimingCheckEventArgSyntax
Concrete syntax definition for a TimingCheckEventArg.

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

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