目錄 / Table of Contents

Namespace OdfKit.Formula.AST

Classes

AstNode

Represents the abstract base class for abstract syntax tree (AST) nodes. 表示抽象語法樹 (AST) 節點的抽象基底類別。

AutomaticIntersectionNode

Represents OpenFormula automatic intersection between two quoted labels. 代表兩個 OpenFormula 引號標籤之間的自動交集。

BinaryNode

Represents an AST node for a binary operator. 代表二元運算子 (Binary Operator) 的 AST 節點。

CellAddressNode

Represents an AST node for a cell address. 代表儲存格位址的 AST 節點。

FunctionNode

Represents an AST node for a function call. 代表函式呼叫的 AST 節點。

InlineArrayNode

Represents an OpenFormula inline array. 代表 OpenFormula 內嵌陣列。

LiteralNode

Represents an AST node for a literal value. 代表常值 (Literal) 的 AST 節點。

NamedRangeNode

Represents an AST node for a named range. 代表具名範圍的 AST 節點。

OdfReferenceList

Represents an ODF reference list. 代表 ODF 參照清單。

ParenthesizedNode

Represents an AST node for a parenthesized expression. 代表括號運算式的 AST 節點。

RangeReferenceNode

Represents an AST node for a cell range reference. 代表儲存格範圍參照的 AST 節點。

ReferenceIntersectionNode

Represents an AST node for a reference intersection. 代表交集參照 (Intersection) 的 AST 節點。

ReferenceRangeNode

Represents the OpenFormula reference-range operator. 代表 OpenFormula 參照範圍運算子。

ReferenceUnionNode

Represents an AST node for a reference union. 代表聯集參照 (Union) 的 AST 節點。

UnaryNode

Represents an AST node for a unary operator. 代表單元運算子 (Unary Operator) 的 AST 節點。