valgolang
/
com.valgolang.frontend.datastructures.binarytree
/
BinaryTreeNodeType
/
Value
Value
class
Value
(returnType:
Type
, argumentTypes:
List
<
Pair
<
Type
,
Boolean
>>, varargs:
Boolean
) :
DataStructureMethod
Content copied to clipboard
Value
Constructors
Functions
Properties
Constructors
Value
Link copied to clipboard
fun
Value
(returnType:
Type
, argumentTypes:
List
<
Pair
<
Type
,
Boolean
>> = listOf(), varargs:
Boolean
= false)
Content copied to clipboard
Create empty Value
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
argumentTypes
Link copied to clipboard
open override var
argumentTypes
:
List
<
Pair
<
Type
,
Boolean
>>
Content copied to clipboard
returnType
Link copied to clipboard
open override val
returnType
:
Type
Content copied to clipboard
varargs
Link copied to clipboard
open override val
varargs
:
Boolean
= false
Content copied to clipboard