|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jetbrains.jet.descriptors.serialization.AbstractDescriptorFinder
public abstract class AbstractDescriptorFinder
Field Summary |
---|
Fields inherited from interface org.jetbrains.jet.descriptors.serialization.DescriptorFinder |
---|
EMPTY |
Constructor Summary | |
---|---|
AbstractDescriptorFinder(StorageManager storageManager,
AnnotationDeserializer annotationDeserializer)
|
Method Summary | |
---|---|
protected void |
classDescriptorCreated(ClassDescriptor classDescriptor)
|
ClassDescriptor |
findClass(ClassId classId)
|
protected abstract ClassData |
getClassData(ClassId classId)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jetbrains.jet.descriptors.serialization.DescriptorFinder |
---|
findPackage, getClassNames |
Constructor Detail |
---|
public AbstractDescriptorFinder(@NotNull StorageManager storageManager, @NotNull AnnotationDeserializer annotationDeserializer)
Method Detail |
---|
@Nullable public ClassDescriptor findClass(@NotNull ClassId classId)
findClass
in interface DescriptorFinder
@Nullable protected abstract ClassData getClassData(@NotNull ClassId classId)
protected void classDescriptorCreated(@NotNull ClassDescriptor classDescriptor)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |