Search Results for

    Show / Hide Table of Contents

    Class OperatorNode

    Inheritance
    System.Object
    SyntaxTreeNode
    OperatorNode
    Inherited Members
    SyntaxTreeNode.CreateChildNode<T>(RawToken)
    SyntaxTreeNode.CreateChildNode<T>(RawToken, SymbolTable)
    SyntaxTreeNode.FindChildrenOfType<T>()
    SyntaxTreeNode.FindFirstOrDefaultChildrenOfType<T>()
    SyntaxTreeNode.FindFirstOrDefaultByPath<P1, P2>()
    SyntaxTreeNode.FindFirstOrDefaultByPath<P1, P2, P3>()
    SyntaxTreeNode.FindFirstOrDefaultByPath<P1, P2, P3, P4>()
    SyntaxTreeNode.FindFirstOrDefaultByPath<P1, P2, P3, P4, P5>()
    SyntaxTreeNode.FindChildrenBesidesOfType<T>()
    SyntaxTreeNode.FindChildrenOfType(SyntaxNodeType)
    SyntaxTreeNode.Children
    SyntaxTreeNode.ParentNode
    SyntaxTreeNode.NodeType
    SyntaxTreeNode.Token
    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 OperatorNode : SyntaxTreeNode

    Constructors

    | Improve this Doc View Source

    OperatorNode(SyntaxTreeNode, RawToken)

    Constructor

    Declaration
    public OperatorNode(SyntaxTreeNode Parent, RawToken token)
    Parameters
    Type Name Description
    SyntaxTreeNode Parent
    RawToken token

    Properties

    | Improve this Doc View Source

    Association

    Operator association

    Declaration
    public OperatorAssociation Association { get; set; }
    Property Value
    Type Description
    OperatorAssociation
    | Improve this Doc View Source

    DebugText

    Get debug text

    Declaration
    public override string DebugText { get; }
    Property Value
    Type Description
    System.String
    Overrides
    SyntaxTreeNode.DebugText
    | Improve this Doc View Source

    OperatorType

    Get and set the type of the operator, automatically set the precedence

    Declaration
    public OperatorType OperatorType { get; set; }
    Property Value
    Type Description
    OperatorType
    | Improve this Doc View Source

    Precedence

    Precedence

    Declaration
    public int Precedence { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    CheckSemantic()

    Declaration
    public override void CheckSemantic()
    Overrides
    SyntaxTreeNode.CheckSemantic()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx