|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.asJava.LightClassGenerationSupport
public abstract class LightClassGenerationSupport
| Constructor Summary | |
|---|---|
LightClassGenerationSupport()
|
|
| Method Summary | |
|---|---|
abstract java.util.Collection<KtClassOrObject> |
findClassOrObjectDeclarations(FqName fqName,
com.intellij.psi.search.GlobalSearchScope searchScope)
|
abstract java.util.Collection<KtClassOrObject> |
findClassOrObjectDeclarationsInPackage(FqName packageFqName,
com.intellij.psi.search.GlobalSearchScope searchScope)
|
abstract java.util.Collection<KtFile> |
findFilesForFacade(FqName facadeFqName,
com.intellij.psi.search.GlobalSearchScope scope)
|
abstract java.util.Collection<KtFile> |
findFilesForPackage(FqName fqName,
com.intellij.psi.search.GlobalSearchScope searchScope)
|
abstract LightClassConstructionContext |
getContextForClassOrObject(KtClassOrObject classOrObject)
|
abstract LightClassConstructionContext |
getContextForFacade(java.util.Collection<KtFile> files)
|
abstract LightClassConstructionContext |
getContextForPackage(java.util.Collection<KtFile> files)
|
abstract java.util.Collection<com.intellij.psi.PsiClass> |
getFacadeClasses(FqName facadeFqName,
com.intellij.psi.search.GlobalSearchScope scope)
|
abstract java.util.Collection<com.intellij.psi.PsiClass> |
getFacadeClassesInPackage(FqName packageFqName,
com.intellij.psi.search.GlobalSearchScope scope)
|
abstract java.util.Collection<java.lang.String> |
getFacadeNames(FqName packageFqName,
com.intellij.psi.search.GlobalSearchScope scope)
|
static LightClassGenerationSupport |
getInstance(com.intellij.openapi.project.Project project)
|
abstract com.intellij.psi.PsiClass |
getPsiClass(KtClassOrObject classOrObject)
|
abstract java.util.Collection<FqName> |
getSubPackages(FqName fqn,
com.intellij.psi.search.GlobalSearchScope scope)
|
abstract boolean |
packageExists(FqName fqName,
com.intellij.psi.search.GlobalSearchScope scope)
|
abstract ClassDescriptor |
resolveClassToDescriptor(KtClassOrObject classOrObject)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LightClassGenerationSupport()
| Method Detail |
|---|
@NotNull
public static LightClassGenerationSupport getInstance(@NotNull
com.intellij.openapi.project.Project project)
@NotNull
public abstract LightClassConstructionContext getContextForPackage(@NotNull
java.util.Collection<KtFile> files)
@NotNull
public abstract LightClassConstructionContext getContextForClassOrObject(@NotNull
KtClassOrObject classOrObject)
@NotNull
public abstract java.util.Collection<KtClassOrObject> findClassOrObjectDeclarations(@NotNull
FqName fqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope searchScope)
@NotNull
public abstract java.util.Collection<KtFile> findFilesForPackage(@NotNull
FqName fqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope searchScope)
@NotNull
public abstract java.util.Collection<KtClassOrObject> findClassOrObjectDeclarationsInPackage(@NotNull
FqName packageFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope searchScope)
public abstract boolean packageExists(@NotNull
FqName fqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
@NotNull
public abstract java.util.Collection<FqName> getSubPackages(@NotNull
FqName fqn,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
@Nullable
public abstract com.intellij.psi.PsiClass getPsiClass(@NotNull
KtClassOrObject classOrObject)
@Nullable
public abstract ClassDescriptor resolveClassToDescriptor(@NotNull
KtClassOrObject classOrObject)
@NotNull
public abstract java.util.Collection<com.intellij.psi.PsiClass> getFacadeClasses(@NotNull
FqName facadeFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
@NotNull
public abstract java.util.Collection<com.intellij.psi.PsiClass> getFacadeClassesInPackage(@NotNull
FqName packageFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
@NotNull
public abstract java.util.Collection<java.lang.String> getFacadeNames(@NotNull
FqName packageFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
@NotNull
public abstract java.util.Collection<KtFile> findFilesForFacade(@NotNull
FqName facadeFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
@NotNull
public abstract LightClassConstructionContext getContextForFacade(@NotNull
java.util.Collection<KtFile> files)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||