org.jetbrains.kotlin.resolve
Class DescriptorToSourceUtils
java.lang.Object
org.jetbrains.kotlin.resolve.DescriptorToSourceUtils
public final class DescriptorToSourceUtils
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descriptorToDeclaration
@Nullable
public static com.intellij.psi.PsiElement descriptorToDeclaration(@NotNull
DeclarationDescriptor descriptor)
descriptorToDeclarations
@NotNull
public static java.util.List<com.intellij.psi.PsiElement> descriptorToDeclarations(@NotNull
DeclarationDescriptor descriptor)
callableDescriptorToDeclaration
@Nullable
public static com.intellij.psi.PsiElement callableDescriptorToDeclaration(@NotNull
CallableMemberDescriptor callable)
callableDescriptorToDeclarations
@NotNull
public static java.util.List<com.intellij.psi.PsiElement> callableDescriptorToDeclarations(@NotNull
CallableMemberDescriptor callable)
classDescriptorToDeclaration
@Nullable
public static com.intellij.psi.PsiElement classDescriptorToDeclaration(@NotNull
ClassDescriptor clazz)
getContainingFile
@Nullable
public static JetFile getContainingFile(@NotNull
DeclarationDescriptor declarationDescriptor)