Table of Contents

Class ImplicitIntersectionNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class ImplicitIntersectionNode : UnaryOperatorNode
Inheritance
ImplicitIntersectionNode
Inherited Members

Constructors

ImplicitIntersectionNode(ExpressionNode, ExpressionNode, List<Node>?, List<Node>?)

public ImplicitIntersectionNode(ExpressionNode op, ExpressionNode operand, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)

Parameters

op ExpressionNode
operand ExpressionNode
leadingWhitespace List<Node>
trailingWhitespace List<Node>

Properties

Precedence

Gets the operator precedence for this expression node.

public override int Precedence { get; }

Property Value

int