| Interface | Description | 
|---|---|
| GinqAstVisitor | Represents the visitor for AST of GINQ | 
| SyntaxErrorReportable | Supports reporting the syntax error of GINQ | 
| Class | Description | 
|---|---|
| GinqAstBaseVisitor | The default base visitor for GINQ AST | 
| GinqAstBuilder | Build the AST for GINQ | 
| GinqAstOptimizer | Optimize the execution plan of GINQ through transforming AST. | 
| Error | Description | 
|---|---|
| GinqSyntaxError | Represents GINQ syntax error |