ConstructorMethod

interface ConstructorMethod : DataStructureMethod

Constructor method

Represents the constructor of a data structure

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 fun toString(): String

Properties

argumentTypes
Link copied to clipboard
abstract val argumentTypes: List<Pair<Type, Boolean>>
minRequiredArgsWithoutInitialValue
Link copied to clipboard
abstract val minRequiredArgsWithoutInitialValue: Int
returnType
Link copied to clipboard
abstract val returnType: Type
varargs
Link copied to clipboard
abstract val varargs: Boolean

Inheritors

ArrayType
Link copied to clipboard
BinaryTreeType
Link copied to clipboard
BinaryTreeNodeType
Link copied to clipboard
ListType
Link copied to clipboard
StackType
Link copied to clipboard