Class UtilsKt
-
- All Implemented Interfaces:
public final class UtilsKt
-
-
Method Summary
Modifier and Type Method Description final static KSAnnotatedfindParentAnnotated(PsiElement $self)final static KSDeclarationfindParentDeclaration(PsiElement $self)final static LocationtoLocation(PsiElement $self)final static Sequence<KSDeclaration>getKSDeclarations(Sequence<KtElement> $self)final static List<KSDeclarationJavaImpl>getKSJavaDeclarations(List<PsiElement> $self)final static VariancetoKSVariance(Variance $self)final static PsiElementfindPsi(DeclarationDescriptor $self)final static KSNameImpltoKSName(ClassId $self)-
-
Method Detail
-
findParentAnnotated
final static KSAnnotated findParentAnnotated(PsiElement $self)
-
findParentDeclaration
final static KSDeclaration findParentDeclaration(PsiElement $self)
-
toLocation
final static Location toLocation(PsiElement $self)
-
getKSDeclarations
final static Sequence<KSDeclaration> getKSDeclarations(Sequence<KtElement> $self)
-
getKSJavaDeclarations
final static List<KSDeclarationJavaImpl> getKSJavaDeclarations(List<PsiElement> $self)
-
toKSVariance
final static Variance toKSVariance(Variance $self)
-
findPsi
final static PsiElement findPsi(DeclarationDescriptor $self)
-
toKSName
final static KSNameImpl toKSName(ClassId $self)
-
-
-
-