org.jetbrains.jet.lang.descriptors
Interface Named

All Known Subinterfaces:
CallableDescriptor, CallableMemberDescriptor, ClassDescriptor, ClassDescriptorWithResolutionScopes, ClassifierDescriptor, ClassOrPackageFragmentDescriptor, ConstructorDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithVisibility, FunctionDescriptor, JavaCallableMemberDescriptor, JavaClassDescriptor, MemberDescriptor, ModuleDescriptor, PackageFragmentDescriptor, PackageViewDescriptor, PropertyAccessorDescriptor, PropertyDescriptor, PropertyGetterDescriptor, PropertySetterDescriptor, ReceiverParameterDescriptor, SamAdapterDescriptor<D>, SimpleFunctionDescriptor, SynthesizedCallableMemberDescriptor<D>, TypeParameterDescriptor, ValueParameterDescriptor, VariableDescriptor
All Known Implementing Classes:
AbstractClassDescriptor, AbstractLazyTypeParameterDescriptor, AbstractReceiverParameterDescriptor, AccessorForFunctionDescriptor, AccessorForPropertyBackingFieldInOuterClass, AccessorForPropertyDescriptor, AccessorForPropertyDescriptor.Getter, AccessorForPropertyDescriptor.Setter, AnonymousFunctionDescriptor, ClassDescriptorBase, ClassDescriptorImpl, ConstructorDescriptorImpl, DeclarationDescriptorImpl, DeclarationDescriptorNonRootImpl, DeserializedClassDescriptor, DeserializedSimpleFunctionDescriptor, DeserializedTypeParameterDescriptor, EnumEntrySyntheticClassDescriptor, ErrorClassDescriptor, ErrorSimpleFunctionDescriptorImpl, ExpressionAsFunctionDescriptor, FunctionDescriptorImpl, JavaEnumClassObjectDescriptor, JavaMethodDescriptor, JavaPropertyDescriptor, LazyClassDescriptor, LazyClassReceiverParameterDescriptor, LazyPackageDescriptor, LazySubstitutingClassDescriptor, LazyTypeParameterDescriptor, LocalVariableDescriptor, ModuleDescriptorImpl, MutableClassDescriptor, MutableClassDescriptorLite, MutablePackageFragmentDescriptor, PackageViewDescriptorImpl, PropertyAccessorDescriptorImpl, PropertyDescriptorImpl, PropertyGetterDescriptorImpl, PropertySetterDescriptorImpl, ReceiverParameterDescriptorImpl, SamConstructorDescriptor, ScriptCodeDescriptor, ScriptDescriptor, SimpleFunctionDescriptorImpl, TypeParameterDescriptorImpl, ValueParameterDescriptorImpl, VariableDescriptorImpl

public interface Named


Method Summary
 Name getName()
           
 

Method Detail

getName

@NotNull
Name getName()