Table of Contents

Namespace flx.SILQ.Statements

Classes

As

Represents an 'As' statement in the SILQ language.

From

Represents a "from" statement in the SILQ language. This statement is used to specify the source of data for a query.

Function

Represents a function statement in the SILQ language.

Print

Represents a print statement in the SILQ language. When executed, evaluates the contained expression and outputs its value.

Select

Represents a "Select" statement in the SILQ language.

Statement

Represents the abstract base class for all statement nodes in the SILQ abstract syntax tree (AST).

Where

Represents a "Where" statement in the SILQ language.

Interfaces

IVisitor

Visitor interface for statement nodes in the SILQ AST. Implementations should provide logic for each supported statement type.