alchemist
alchemist
/
it.unibo.alchemist.expressions.implementations
/
ConstTreeNode
Const
Tree
Node
open
class
ConstTreeNode
:
ATreeNode
<
HashString
>
Content copied to clipboard
Constructors
Functions
Inheritors
Constructors
Const
Tree
Node
Link copied to clipboard
open
fun
ConstTreeNode
(
data
:
HashString
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open
fun
equals
(
t
:
Any
)
:
Boolean
Content copied to clipboard
get
Data
Link copied to clipboard
open
fun
getData
(
)
:
T
Content copied to clipboard
get
Left
Child
Link copied to clipboard
open
fun
getLeftChild
(
)
:
ITreeNode
<
out
Any
>
Content copied to clipboard
get
Number
Of
Children
Link copied to clipboard
open
fun
getNumberOfChildren
(
)
:
Int
Content copied to clipboard
get
Right
Child
Link copied to clipboard
open
fun
getRightChild
(
)
:
ITreeNode
<
out
Any
>
Content copied to clipboard
get
Type
Link copied to clipboard
open
fun
getType
(
)
:
Type
Content copied to clipboard
get
Value
Link copied to clipboard
open
fun
getValue
(
mp
:
Map
<
HashString
,
ITreeNode
<
out
Any
>
>
)
:
HashString
Content copied to clipboard
hash
Code
Link copied to clipboard
open
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
Hash
String
Link copied to clipboard
open
fun
toHashString
(
)
:
HashString
Content copied to clipboard
Similar to toString(), but returns a HashString.
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Content copied to clipboard
Inheritors
UIDNode
Link copied to clipboard