Long

object Long : ClassRef, Kotlin.Mathable

Functions

div
Link copied to clipboard
open fun div(otherType: IrType): FunctionRef
getValue
Link copied to clipboard
inline operator fun getValue(thisRef: Any?, property: KProperty<*>): ClassRef
invoke
Link copied to clipboard
open operator fun invoke(context: IrPluginContext): IrClassSymbol
minus
Link copied to clipboard
open fun minus(otherType: IrType): FunctionRef
plus
Link copied to clipboard
open fun plus(otherType: IrType): FunctionRef
resolve
Link copied to clipboard
open override fun resolve(context: IrPluginContext): IrClassSymbol
resolveOrNull
Link copied to clipboard
open override fun resolveOrNull(context: IrPluginContext): IrClassSymbol?
times
Link copied to clipboard
open fun times(otherType: IrType): FunctionRef
toString
Link copied to clipboard
open override fun toString(): String

Properties

fqName
Link copied to clipboard
val fqName: FqName
klass
Link copied to clipboard
open override val klass: ClassRef

Sources

jvm source
Link copied to clipboard