Class RowNode<N>
- Namespace
- OpenLanguage.SpreadsheetML.Formula.Ast
- Assembly
- OpenLanguage.dll
public abstract class RowNode<N> : ExpressionNode where N : INumber<N>, IBinaryInteger<N>, INumberBase<N>, IParsable<N>, IFormattable, IMinMaxValue<N>
Type Parameters
N
- Inheritance
-
RowNode<N>
- Derived
- Inherited Members
Constructors
RowNode(N, List<Node>?, List<Node>?)
public RowNode(N val, List<Node>? leadingWhitespace = null, List<Node>? trailingWhitespace = null)
Parameters
Properties
Precedence
Gets the operator precedence for this expression node.
public override int Precedence { get; }
Property Value
RowSpecifier
public N RowSpecifier { get; set; }
Property Value
- N
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
Returns
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.