kmath-ast
/
space.kscience.kmath.ast
/
MST
/
Symbolic
common
Symbolic
data class
Symbolic
(value:
String
) :
MST
Content copied to clipboard
A node containing raw string.
Constructors
Functions
Properties
Constructors
Symbolic
Link copied to clipboard
common
fun
Symbolic
(value:
String
)
Content copied to clipboard
Functions
component1
Link copied to clipboard
common
operator fun
component1
():
String
Content copied to clipboard
copy
Link copied to clipboard
common
fun
copy
(value:
String
):
MST.Symbolic
Content copied to clipboard
equals
Link copied to clipboard
common
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
value
Link copied to clipboard
common
val
value
:
String
Content copied to clipboard
the value of this node.