Left

class Left(returnType: Type, argumentTypes: List<Pair<Type, Boolean>>, varargs: Boolean) : DataStructureMethod

Left

Constructors

Left
Link copied to clipboard
fun Left(returnType: Type, argumentTypes: List<Pair<Type, Boolean>> = listOf(), varargs: Boolean = false)
Create empty Left

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 var argumentTypes: List<Pair<Type, Boolean>>
returnType
Link copied to clipboard
open override val returnType: Type
varargs
Link copied to clipboard
open override val varargs: Boolean = false