98 lines
6.7 KiB
XML
98 lines
6.7 KiB
XML
<root>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.JavaSafeDeleteDelegate void createUsageInfoForParameter(com.intellij.psi.PsiReference, java.util.List<com.intellij.usageView.UsageInfo>, com.intellij.psi.PsiParameter, com.intellij.psi.PsiMethod)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun createUsageInfoForParameter(reference: PsiReference, usages: MutableList<UsageInfo>, parameter: PsiParameter, method: PsiMethod): Unit""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.JavaSafeDeleteProcessor java.util.Collection<? extends com.intellij.psi.PsiElement> getElementsToSearch(com.intellij.psi.PsiElement, com.intellij.openapi.module.Module, java.util.Collection<com.intellij.psi.PsiElement>)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun getElementsToSearch(element: PsiElement, module: Module?, allElementsToDelete: Collection<PsiElement>): Collection<out PsiElement>?""/>
|
|
</annotation>
|
|
</item>
|
|
<item name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate boolean handlesElement(com.intellij.psi.PsiElement)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value" val=""fun handlesElement(element: PsiElement): Boolean""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate boolean isToSearchForTextOccurrences(com.intellij.psi.PsiElement)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value" val=""fun isToSearchForTextOccurrences(element: PsiElement): Boolean""/>
|
|
</annotation>
|
|
</item>
|
|
<item name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate boolean isToSearchInComments(com.intellij.psi.PsiElement)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value" val=""fun isToSearchInComments(element: PsiElement): Boolean""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate com.intellij.refactoring.safeDelete.NonCodeUsageSearchInfo findUsages(com.intellij.psi.PsiElement, com.intellij.psi.PsiElement[], java.util.List<com.intellij.usageView.UsageInfo>)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun findUsages(element: PsiElement, allElementsToDelete: Array<out PsiElement>, result: MutableList<UsageInfo>): NonCodeUsageSearchInfo?""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate com.intellij.usageView.UsageInfo[] preprocessUsages(com.intellij.openapi.project.Project, com.intellij.usageView.UsageInfo[])'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun preprocessUsages(project: Project, usages: Array<out UsageInfo>): Array<UsageInfo>?""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate java.util.Collection<? extends com.intellij.psi.PsiElement> getElementsToSearch(com.intellij.psi.PsiElement, java.util.Collection<com.intellij.psi.PsiElement>)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun getElementsToSearch(element: PsiElement, allElementsToDelete: Collection<PsiElement>): Collection<out PsiElement>?""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate java.util.Collection<com.intellij.psi.PsiElement> getAdditionalElementsToDelete(com.intellij.psi.PsiElement, java.util.Collection<com.intellij.psi.PsiElement>, boolean)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun getAdditionalElementsToDelete(element: PsiElement, allElementsToDelete: Collection<PsiElement>, askUser: Boolean): MutableCollection<PsiElement>?""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate java.util.Collection<java.lang.String> findConflicts(com.intellij.psi.PsiElement, com.intellij.psi.PsiElement[])'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun findConflicts(element: PsiElement, allElementsToDelete: Array<out PsiElement>): MutableCollection<String>?""/>
|
|
</annotation>
|
|
</item>
|
|
<item name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate void prepareForDeletion(com.intellij.psi.PsiElement)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value" val=""fun prepareForDeletion(element: PsiElement): Unit""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate void setToSearchForTextOccurrences(com.intellij.psi.PsiElement, boolean)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value" val=""fun setToSearchForTextOccurrences(element: PsiElement, enabled: Boolean): Unit""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegate void setToSearchInComments(com.intellij.psi.PsiElement, boolean)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value" val=""fun setToSearchInComments(element: PsiElement, enabled: Boolean): Unit""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegateBase java.util.Collection<? extends com.intellij.psi.PsiElement> getElementsToSearch(com.intellij.psi.PsiElement, com.intellij.openapi.module.Module, java.util.Collection<com.intellij.psi.PsiElement>)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun getElementsToSearch(element: PsiElement, module: Module?, allElementsToDelete: Collection<PsiElement>): Collection<out PsiElement>?""/>
|
|
</annotation>
|
|
</item>
|
|
<item
|
|
name='com.intellij.refactoring.safeDelete.SafeDeleteProcessorDelegateBase java.util.Collection<? extends com.intellij.psi.PsiElement> getElementsToSearch(com.intellij.psi.PsiElement, java.util.Collection<com.intellij.psi.PsiElement>)'>
|
|
<annotation name='jet.runtime.typeinfo.KotlinSignature'>
|
|
<val name="value"
|
|
val=""fun getElementsToSearch(element: PsiElement, allElementsToDelete: Collection<PsiElement>): Collection<out PsiElement>?""/>
|
|
</annotation>
|
|
</item>
|
|
</root> |