org.jetbrains.jet.lang.descriptors
Interface Named

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

public interface Named


Method Summary
 Name getName()
           
 

Method Detail

getName

@NotNull
Name getName()