org.jetbrains.jet.asJava
Class KotlinLightClassForPackage.FileStubCache

java.lang.Object
  extended by org.jetbrains.jet.asJava.KotlinLightClassForPackage.FileStubCache
Enclosing class:
KotlinLightClassForPackage

public static class KotlinLightClassForPackage.FileStubCache
extends java.lang.Object


Constructor Summary
KotlinLightClassForPackage.FileStubCache(com.intellij.openapi.project.Project project)
           
 
Method Summary
 com.intellij.psi.util.CachedValue<KotlinPackageLightClassData> get(FqName qualifiedName, com.intellij.psi.search.GlobalSearchScope searchScope)
           
static KotlinLightClassForPackage.FileStubCache getInstance(com.intellij.openapi.project.Project project)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KotlinLightClassForPackage.FileStubCache

public KotlinLightClassForPackage.FileStubCache(@NotNull
                                                com.intellij.openapi.project.Project project)
Method Detail

getInstance

@NotNull
public static KotlinLightClassForPackage.FileStubCache getInstance(@NotNull
                                                                           com.intellij.openapi.project.Project project)

get

@NotNull
public com.intellij.psi.util.CachedValue<KotlinPackageLightClassData> get(@NotNull
                                                                                  FqName qualifiedName,
                                                                                  @NotNull
                                                                                  com.intellij.psi.search.GlobalSearchScope searchScope)