kmath
common
kmath-ast
/
space.kscience.kmath.ast.rendering
/
SymbolSyntax
Symbol
Syntax
common
@
UnstableKMathAPI
data
class
SymbolSyntax
(
string
:
String
)
:
TerminalSyntax
Content copied to clipboard
Represents a symbol.
Author
Iaroslav Postovalov
Constructors
Properties
Sources
Constructors
Symbol
Syntax
Link copied to clipboard
common
fun
SymbolSyntax
(
string
:
String
)
Content copied to clipboard
Properties
parent
Link copied to clipboard
common
var
parent
:
MathSyntax
?
=
null
Content copied to clipboard
The parent node of this syntax node.
string
Link copied to clipboard
common
var
string
:
String
Content copied to clipboard
The symbol.
Sources
common source
Link copied to clipboard