ParenthesisNode
public class ParenthesisNode : ExpressionNode
A ParenthesisNode is an ExpressionNode used to treat parenthesis
-
Gives String representation of the node
Declaration
Swift
public override func toString() -> String -
Gives Tex (String) representation of the node
Declaration
Swift
public override func toTex() -> String -
Name of the Node
Declaration
Swift
public override var type: String { get }
View on GitHub
ParenthesisNode Class Reference