Class OperatorNode
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 OperatorNode : SyntaxTreeNode
Constructors
| Improve this Doc View SourceOperatorNode(SyntaxTreeNode, RawToken)
Constructor
Declaration
public OperatorNode(SyntaxTreeNode Parent, RawToken token)
Parameters
Type | Name | Description |
---|---|---|
SyntaxTreeNode | Parent | |
RawToken | token |
Properties
| Improve this Doc View SourceAssociation
Operator association
Declaration
public OperatorAssociation Association { get; set; }
Property Value
Type | Description |
---|---|
OperatorAssociation |
DebugText
Get debug text
Declaration
public override string DebugText { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceOperatorType
Get and set the type of the operator, automatically set the precedence
Declaration
public OperatorType OperatorType { get; set; }
Property Value
Type | Description |
---|---|
OperatorType |
Precedence
Precedence
Declaration
public int Precedence { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceCheckSemantic()
Declaration
public override void CheckSemantic()