Class ParenthesisNode
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 ParenthesisNode : SyntaxTreeNode
Constructors
| Improve this Doc View SourceParenthesisNode(SyntaxTreeNode, RawToken)
Declaration
public ParenthesisNode(SyntaxTreeNode Parent, RawToken token)
Parameters
Type | Name | Description |
---|---|---|
SyntaxTreeNode | Parent | |
RawToken | token |
Properties
| Improve this Doc View SourceDebugText
Get debug text
Declaration
public override string DebugText { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
| Improve this Doc View SourceType
Declaration
public BracketType Type { get; set; }
Property Value
Type | Description |
---|---|
BracketType |
Methods
| Improve this Doc View SourceCheckSemantic()
Declaration
public override void CheckSemantic()