org.jetbrains.kotlin.asJava
Class LightClassGenerationSupport
java.lang.Object
org.jetbrains.kotlin.asJava.LightClassGenerationSupport
public abstract class LightClassGenerationSupport
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LightClassGenerationSupport
public LightClassGenerationSupport()
getInstance
@NotNull
public static LightClassGenerationSupport getInstance(@NotNull
com.intellij.openapi.project.Project project)
getContextForClassOrObject
@NotNull
public abstract LightClassConstructionContext getContextForClassOrObject(@NotNull
KtClassOrObject classOrObject)
findClassOrObjectDeclarations
@NotNull
public abstract java.util.Collection<KtClassOrObject> findClassOrObjectDeclarations(@NotNull
FqName fqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope searchScope)
findFilesForPackage
@NotNull
public abstract java.util.Collection<KtFile> findFilesForPackage(@NotNull
FqName fqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope searchScope)
findClassOrObjectDeclarationsInPackage
@NotNull
public abstract java.util.Collection<KtClassOrObject> findClassOrObjectDeclarationsInPackage(@NotNull
FqName packageFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope searchScope)
packageExists
public abstract boolean packageExists(@NotNull
FqName fqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
getSubPackages
@NotNull
public abstract java.util.Collection<FqName> getSubPackages(@NotNull
FqName fqn,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
getLightClass
@Nullable
public abstract KtLightClass getLightClass(@NotNull
KtClassOrObject classOrObject)
resolveClassToDescriptor
@Nullable
public abstract ClassDescriptor resolveClassToDescriptor(@NotNull
KtClassOrObject classOrObject)
getFacadeClasses
@NotNull
public abstract java.util.Collection<com.intellij.psi.PsiClass> getFacadeClasses(@NotNull
FqName facadeFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
getFacadeClassesInPackage
@NotNull
public abstract java.util.Collection<com.intellij.psi.PsiClass> getFacadeClassesInPackage(@NotNull
FqName packageFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
getFacadeNames
@NotNull
public abstract java.util.Collection<java.lang.String> getFacadeNames(@NotNull
FqName packageFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
findFilesForFacade
@NotNull
public abstract java.util.Collection<KtFile> findFilesForFacade(@NotNull
FqName facadeFqName,
@NotNull
com.intellij.psi.search.GlobalSearchScope scope)
getContextForFacade
@NotNull
public abstract LightClassConstructionContext getContextForFacade(@NotNull
java.util.Collection<KtFile> files)