org.jetbrains.jet.descriptors.serialization
Interface DescriptorFinder

All Known Implementing Classes:
AbstractDescriptorFinder

public interface DescriptorFinder


Field Summary
static DescriptorFinder EMPTY
           
 
Method Summary
 ClassDescriptor findClass(ClassId classId)
           
 NamespaceDescriptor findPackage(FqName name)
           
 java.util.Collection<Name> getClassNames(FqName packageName)
           
 

Field Detail

EMPTY

static final DescriptorFinder EMPTY
Method Detail

findClass

@Nullable
ClassDescriptor findClass(@NotNull
                                   ClassId classId)

findPackage

@Nullable
NamespaceDescriptor findPackage(@NotNull
                                         FqName name)

getClassNames

@NotNull
java.util.Collection<Name> getClassNames(@NotNull
                                                 FqName packageName)