specs
/
com.squareup.kotlinpoet.metadata.specs
/
TypeNameAliasTag
Type
Name
Alias
Tag
class
TypeNameAliasTag
(type:
TypeName
)
Content copied to clipboard
This tag indicates that this
TypeName
represents a
typealias
type.
Constructors
Functions
Properties
Constructors
TypeNameAliasTag
Link copied to clipboard
fun
TypeNameAliasTag
(type:
TypeName
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
type
Link copied to clipboard
val
type
:
TypeName
Content copied to clipboard
the underlying type for this alias.