CallableDescriptor

interface CallableDescriptor : DeclarationDescriptor

Functions

annotations
Link copied to clipboard
abstract fun annotations(): Annotations
element
Link copied to clipboard
abstract fun element(): Element?
impl
Link copied to clipboard
abstract fun impl(): Any

Properties

allParameters
Link copied to clipboard
abstract val allParameters: List<ParameterDescriptor>
containingDeclaration
Link copied to clipboard
abstract val containingDeclaration: DeclarationDescriptor?
containingPackage
Link copied to clipboard
abstract val containingPackage: FqName?
dispatchReceiverParameter
Link copied to clipboard
abstract val dispatchReceiverParameter: ReceiverParameterDescriptor?
extensionReceiverParameter
Link copied to clipboard
abstract val extensionReceiverParameter: ReceiverParameterDescriptor?
fqNameSafe
Link copied to clipboard
abstract val fqNameSafe: FqName
hasDoNotLookAtArgumentsAnnotation
Link copied to clipboard
open val hasDoNotLookAtArgumentsAnnotation: Boolean
hasPackageWithLawsAnnotation
Link copied to clipboard
open val hasPackageWithLawsAnnotation: Boolean
hasPreOrPostAnnotation
Link copied to clipboard
open val hasPreOrPostAnnotation: Boolean
name
Link copied to clipboard
abstract val name: Name
overriddenDescriptors
Link copied to clipboard
abstract val overriddenDescriptors: Collection<CallableDescriptor>
packageWithLawsAnnotation
Link copied to clipboard
open val packageWithLawsAnnotation: AnnotationDescriptor?
returnType
Link copied to clipboard
abstract val returnType: Type?
typeParameters
Link copied to clipboard
abstract val typeParameters: List<TypeParameterDescriptor>
valueParameters
Link copied to clipboard
abstract val valueParameters: List<ValueParameterDescriptor>

Inheritors

CallableMemberDescriptor
Link copied to clipboard
ValueDescriptor
Link copied to clipboard