toggle menu
compiler-utils
2.5.0-beta08
jvm
switch theme
search in API
compiler-utils
/
com.squareup.anvil.compiler.internal.reference
/
PropertyReference
/
Descriptor
Descriptor
sealed
interface
Descriptor
:
PropertyReference
Inheritors
Descriptor
Descriptor
Members
Properties
fq
Name
Link copied to clipboard
abstract
val
fqName
:
FqName
getter
Annotations
Link copied to clipboard
abstract
val
getterAnnotations
:
List
<
AnnotationReference
>
member
Name
Link copied to clipboard
abstract
val
memberName
:
MemberName
module
Link copied to clipboard
abstract
val
module
:
AnvilModuleDescriptor
name
Link copied to clipboard
abstract
val
name
:
String
property
Link copied to clipboard
abstract
val
property
:
PropertyDescriptor
setter
Annotations
Link copied to clipboard
abstract
val
setterAnnotations
:
List
<
AnnotationReference
>
Functions
is
Lateinit
Link copied to clipboard
abstract
fun
isLateinit
(
)
:
Boolean
type
Link copied to clipboard
open
fun
type
(
)
:
TypeReference
type
Or
Null
Link copied to clipboard
abstract
fun
typeOrNull
(
)
:
TypeReference
?
visibility
Link copied to clipboard
abstract
fun
visibility
(
)
:
Visibility