Class SyntaxTreeBuilder
Creates the syntax-tree from a list of taw tokens
Inheritance
System.Object
SyntaxTreeBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SqlDotNet.Compiler
Assembly: SqlDotNet.dll
Syntax
public class SyntaxTreeBuilder
Constructors
| Improve this Doc View SourceSyntaxTreeBuilder(ParserConfiguration, Dequeue<RawToken>, IErrorListener)
Create syntax tree builder
Declaration
public SyntaxTreeBuilder(ParserConfiguration parserConfig, Dequeue<RawToken> tokens, IErrorListener errorListener)
Parameters
Type | Name | Description |
---|---|---|
ParserConfiguration | parserConfig | |
Dequeue<RawToken> | tokens | |
IErrorListener | errorListener |
Methods
| Improve this Doc View SourceBuild()
Create the syntax tree
Declaration
public EntryPointNode Build()
Returns
Type | Description |
---|---|
EntryPointNode |