Table of Contents

Class StructuredReferenceNode

Namespace
OpenLanguage.SpreadsheetML.Formula.Ast
Assembly
OpenLanguage.dll
public class StructuredReferenceNode : ExpressionNode
Inheritance
StructuredReferenceNode
Inherited Members

Constructors

StructuredReferenceNode(ExpressionNode?, ExpressionNode?)

public StructuredReferenceNode(ExpressionNode? sheetReference = null, ExpressionNode? tableIndex = null)

Parameters

sheetReference ExpressionNode
tableIndex ExpressionNode

StructuredReferenceNode(ExpressionNode?, List<ExpressionNode>?)

public StructuredReferenceNode(ExpressionNode? sheetReference, List<ExpressionNode>? tableIndices)

Parameters

sheetReference ExpressionNode
tableIndices List<ExpressionNode>

Properties

Indices

public List<ExpressionNode> Indices { get; set; }

Property Value

List<ExpressionNode>

Precedence

Gets the operator precedence for this expression node.

public override int Precedence { get; }

Property Value

int

SheetReference

public ExpressionNode? SheetReference { get; set; }

Property Value

ExpressionNode

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.