org.jetbrains.kotlin.descriptors
Interface Named

All Known Subinterfaces:
CallableDescriptor, CallableMemberDescriptor, ClassDescriptor, ClassDescriptorWithResolutionScopes, ClassifierDescriptor, ClassifierDescriptorWithTypeParameters, ClassOrPackageFragmentDescriptor, ConstructorDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithSource, DeclarationDescriptorWithVisibility, FunctionDescriptor, JavaCallableMemberDescriptor, JavaClassDescriptor, MemberDescriptor, ParameterDescriptor, PropertyDescriptor, ReceiverParameterDescriptor, SamAdapterDescriptor<D>, ScriptDescriptor, SimpleFunctionDescriptor, TypeParameterDescriptor, ValueDescriptor, VariableDescriptor
All Known Implementing Classes:
AbstractClassDescriptor, AbstractLazyTypeParameterDescriptor, AbstractReceiverParameterDescriptor, AbstractTypeParameterDescriptor, AccessorForPropertyDescriptor, AccessorForPropertyDescriptor.Getter, AccessorForPropertyDescriptor.Setter, AnonymousFunctionDescriptor, ClassConstructorDescriptorImpl, ClassDescriptorBase, ClassDescriptorImpl, DeclarationDescriptorImpl, DeclarationDescriptorNonRootImpl, EnumEntrySyntheticClassDescriptor, ErrorSimpleFunctionDescriptorImpl, FunctionDescriptorImpl, FunctionExpressionDescriptor, JavaClassConstructorDescriptor, JavaMethodDescriptor, JavaPropertyDescriptor, LazyClassDescriptor, LazyClassReceiverParameterDescriptor, LazySubstitutingClassDescriptor, LazyTypeParameterDescriptor, LocalVariableDescriptor, MutableClassDescriptor, PropertyAccessorDescriptorImpl, PropertyDescriptorImpl, PropertyGetterDescriptorImpl, PropertySetterDescriptorImpl, ReceiverParameterDescriptorImpl, SimpleFunctionDescriptorImpl, TypeParameterDescriptorImpl, VariableDescriptorImpl, VariableDescriptorWithInitializerImpl

public interface Named


Method Summary
 Name getName()
           
 

Method Detail

getName

@NotNull
Name getName()