BinaryTreeConstructor

class BinaryTreeConstructor(nodeType: BinaryTreeNodeType) : ConstructorMethod

Binary tree constructor

Parameters

nodeType

Constructors

BinaryTreeConstructor
Link copied to clipboard
fun BinaryTreeConstructor(nodeType: BinaryTreeNodeType)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

argumentTypes
Link copied to clipboard
open override val argumentTypes: List<Pair<Type, Boolean>>
minRequiredArgsWithoutInitialValue
Link copied to clipboard
open override val minRequiredArgsWithoutInitialValue: Int = 1
returnType
Link copied to clipboard
open override val returnType: Type
varargs
Link copied to clipboard
open override val varargs: Boolean = false