Table of Contents

Class UnaryPlusNode

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

Constructors

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

public UnaryPlusNode(ExpressionNode op, ExpressionNode operand, List<Node>? lws = null, List<Node>? tws = null)

Parameters

op ExpressionNode
operand ExpressionNode
lws List<Node>
tws List<Node>

Properties

Precedence

Gets the operator precedence for this expression node.

public override int Precedence { get; }

Property Value

int