ComparableTypes

interface ComparableTypes

Comparable types

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

compatibleTypes
Link copied to clipboard
abstract val compatibleTypes: Set<Type>

Inheritors

AddExpression
Link copied to clipboard
SubtractExpression
Link copied to clipboard
MultiplyExpression
Link copied to clipboard
DivideExpression
Link copied to clipboard