Search Results for

    Show / Hide Table of Contents

    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 Source

    SyntaxTreeBuilder(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 Source

    Build()

    Create the syntax tree

    Declaration
    public EntryPointNode Build()
    Returns
    Type Description
    EntryPointNode
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx