SymbolSyntax

data class SymbolSyntax(string: String) : TerminalSyntax

Represents a symbol.

Author

Iaroslav Postovalov

Constructors

Link copied to clipboard
fun SymbolSyntax(string: String)

Properties

Link copied to clipboard
var parent: MathSyntax? = null

The parent node of this syntax node.

Link copied to clipboard
var string: String

The symbol.

Sources

Link copied to clipboard