org.jetbrains.jet.lang.descriptors
Interface Named

All Known Subinterfaces:
CallableDescriptor, CallableMemberDescriptor, ClassDescriptor, ClassifierDescriptor, ClassOrNamespaceDescriptor, ConstructorDescriptor, DeclarationDescriptor, DeclarationDescriptorNonRoot, DeclarationDescriptorWithVisibility, FunctionDescriptor, MemberDescriptor, ModuleDescriptor, MutableValueParameterDescriptor, NamespaceDescriptor, NamespaceDescriptorParent, PropertyAccessorDescriptor, PropertyDescriptor, PropertyGetterDescriptor, PropertySetterDescriptor, ReceiverParameterDescriptor, SimpleFunctionDescriptor, TypeParameterDescriptor, ValueParameterDescriptor, VariableDescriptor
All Known Implementing Classes:
AbstractNamespaceDescriptorImpl, AbstractReceiverParameterDescriptor, AccessorForFunctionDescriptor, AccessorForPropertyDescriptor, AccessorForPropertyDescriptor.Getter, AccessorForPropertyDescriptor.Setter, AnonymousFunctionDescriptor, ClassDescriptorBase, ClassDescriptorFromJvmBytecode, ClassDescriptorImpl, ConstructorDescriptorImpl, DeclarationDescriptorImpl, DeclarationDescriptorNonRootImpl, ErrorSimpleFunctionDescriptorImpl, ExpressionAsFunctionDescriptor, FunctionDescriptorImpl, JavaNamespaceDescriptor, LazyClassDescriptor, LazyPackageDescriptor, LazySubstitutingClassDescriptor, LazyTypeParameterDescriptor, LocalVariableDescriptor, ModuleDescriptorImpl, MutableClassDescriptor, MutableClassDescriptorLite, NamespaceDescriptorImpl, PropertyAccessorDescriptorImpl, PropertyDescriptorImpl, PropertyGetterDescriptorImpl, PropertySetterDescriptorImpl, ReceiverParameterDescriptorImpl, ScriptCodeDescriptor, ScriptDescriptor, SimpleFunctionDescriptorImpl, TypeParameterDescriptorImpl, ValueParameterDescriptorImpl, VariableDescriptorImpl

public interface Named


Method Summary
 Name getName()
           
 

Method Detail

getName

@NotNull
Name getName()