TypeNameAliasTag

This tag indicates that this TypeName represents a typealias type.

class TypeNameAliasTag(type: TypeName)

Constructors

TypeNameAliasTag
Link copied to clipboard
fun TypeNameAliasTag(type: TypeName)

Functions

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

Properties

type
Link copied to clipboard

the underlying type for this alias.

val type: TypeName