Class Statement
- Namespace
- flx.SILQ.Statements
- Assembly
- flx.SILQ.dll
Represents the abstract base class for all statement nodes in the SILQ abstract syntax tree (AST).
public abstract record Statement : IEquatable<Statement>
- Inheritance
-
Statement
- Implements
- Derived
- Inherited Members
Methods
Accept(IVisitor)
Accepts a visitor that processes this statement node.
public abstract void Accept(IVisitor visitor)
Parameters
visitorIVisitorThe visitor to process the statement.