org.jetbrains.kotlin.load.java.descriptors
Interface JavaClassDescriptor

All Superinterfaces:
ClassDescriptor, ClassifierDescriptor, ClassifierDescriptorWithTypeParameters, ClassOrPackageFragmentDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, MemberDescriptor, Named

public interface JavaClassDescriptor
extends ClassDescriptor


Method Summary
 SimpleType getFunctionTypeForSamInterface()
           
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassDescriptor
getCompanionObjectDescriptor, getConstructors, getContainingDeclaration, getDeclaredTypeParameters, getDefaultType, getKind, getMemberScope, getMemberScope, getModality, getOriginal, getSealedSubclasses, getStaticScope, getThisAsReceiverParameter, getUnsubstitutedInnerClassesScope, getUnsubstitutedMemberScope, getUnsubstitutedPrimaryConstructor, getVisibility, isCompanionObject, isData, substitute
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassifierDescriptorWithTypeParameters
isInner
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.ClassifierDescriptor
getTypeConstructor
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.MemberDescriptor
isExternal, isHeader, isImpl
 
Methods inherited from interface org.jetbrains.kotlin.descriptors.DeclarationDescriptorWithSource
getSource
 

Method Detail

getFunctionTypeForSamInterface

@Nullable
SimpleType getFunctionTypeForSamInterface()