Table of Contents

Class DynamicNode

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

Constructors

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

public DynamicNode(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

Methods

Children<O>()

public override IEnumerable<O> Children<O>() where O : Node

Returns

IEnumerable<O>

Type Parameters

O

ReplaceChild(int, Node)

public override Node? ReplaceChild(int index, Node replacement)

Parameters

index int
replacement Node

Returns

Node

ToRawString()

Renders the core content of the node without its own leading/trailing whitespace.

public override string ToRawString()

Returns

string

The raw string representation of this node's specific content.