toggle menu
lib
jvm
switch theme
search in API
kore
/
dev.buijs.klutter.kore.ast
/
NullableCustomType
Nullable
Custom
Type
class
NullableCustomType
(
val
className
:
String
,
val
packageName
:
String
,
fields
:
List
<
TypeMember
>
=
emptyList()
)
:
CustomType
,
Nullable
A nullable variant of
CustomType
.
Members
Members & Extensions
Constructors
Nullable
Custom
Type
Link copied to clipboard
constructor
(
className
:
String
,
packageName
:
String
,
fields
:
List
<
TypeMember
>
=
emptyList()
)
Properties
class
Name
Link copied to clipboard
open
override
val
className
:
String
fqdn
Link copied to clipboard
val
fqdn
:
String
members
Link copied to clipboard
val
members
:
List
<
TypeMember
>
package
Name
Link copied to clipboard
open
override
val
packageName
:
String
Functions
copy
Link copied to clipboard
open
override
fun
copy
(
fields
:
List
<
TypeMember
>
)
:
NullableCustomType
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
type
Simplename
Link copied to clipboard
fun
AbstractType
?
.
typeSimplename
(
asKotlinType
:
Boolean
=
true
)
:
String