-
The depth of the deepest children of the
Nodein aTreeDeclaration
Swift
public var maxDepth: Int? -
The depth of the
Nodein aTreeDeclaration
Swift
public var depth: Int? -
Gives String representation of the node
Declaration
Swift
public func toString() -> String -
Gives Tex (String) representation of the node
Declaration
Swift
public func toTex() -> String -
The
print()descriptionDeclaration
Swift
override public var description: String { get } -
The cell reference (ex:
A2or$HH$26)Declaration
Swift
public var content: String -
The name of the node
Declaration
Swift
public var type: String -
Useless here, but it’s to conform to the Node protocol
Declaration
Swift
public var children: [Node] -
Create a CellAddressNode
Declaration
Swift
public init(_ name: String, _ ctx: Tables)Parameters
nameCell reference (ex:
A2) -
Compiles CellAddressNode to simpler node (useless here, but required by protocol)
Declaration
Swift
public func compile() -> Node -
Converts CellAddressNode to CellValue by getting the original value from the
TablesDataSourceDeclaration
View on GitHub
CellAddressNode Class Reference