-
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 -
Undocumented
Declaration
Swift
override public var description: String { get } -
Declaration
Swift
public var content: String -
Declaration
Swift
public var type: String -
Declaration
Swift
public var children: [Node] -
Create a NullNode
Declaration
Swift
public override init() -
Compiles NullNode to simpler node (useless here, but required by protocol)
Declaration
Swift
public func compile() -> Node -
Converts NullNode to BigNumber
Declaration
View on GitHub
NullNode Class Reference