toggle menu
compiler-utils
2.5.0-beta10
jvm
switch theme
search in API
compiler-utils
/
com.squareup.anvil.compiler.internal.reference
/
TopLevelFunctionReference
Top
Level
Function
Reference
sealed
class
TopLevelFunctionReference
:
AnnotatedReference
,
FunctionReference
Inheritors
Psi
Descriptor
Members
Types
Descriptor
Link copied to clipboard
class
Descriptor
:
TopLevelFunctionReference
,
FunctionReference.Descriptor
Psi
Link copied to clipboard
class
Psi
:
TopLevelFunctionReference
,
FunctionReference.Psi
Properties
annotations
Link copied to clipboard
abstract
val
annotations
:
List
<
AnnotationReference
>
fq
Name
Link copied to clipboard
abstract
val
fqName
:
FqName
module
Link copied to clipboard
abstract
val
module
:
AnvilModuleDescriptor
name
Link copied to clipboard
open
val
name
:
String
parameters
Link copied to clipboard
abstract
val
parameters
:
List
<
ParameterReference
>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
is
Annotated
With
Link copied to clipboard
open
fun
isAnnotatedWith
(
fqName
:
FqName
)
:
Boolean
return
Type
Link copied to clipboard
open
fun
returnType
(
)
:
TypeReference
return
Type
Or
Null
Link copied to clipboard
open
override
fun
returnTypeOrNull
(
)
:
TypeReference
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
visibility
Link copied to clipboard
abstract
fun
visibility
(
)
:
Visibility