mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
ElementProcessingHintPass: add kdoc
This commit is contained in:
@@ -41,12 +41,21 @@ abstract class ElementProcessingHintPass(
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns true if this pass should be applied for current [virtualFile]
|
||||
*/
|
||||
abstract fun isAvailable(virtualFile: VirtualFile): Boolean
|
||||
|
||||
/**
|
||||
* For current [element] collect hints information if it is possible
|
||||
*/
|
||||
abstract fun collectElementHints(element: PsiElement)
|
||||
|
||||
abstract fun applyHintsToEditor()
|
||||
|
||||
/**
|
||||
* Clear collected hint information
|
||||
*/
|
||||
abstract fun clearCollected()
|
||||
|
||||
abstract val modificationStampHolder: ModificationStampHolder
|
||||
|
||||
Reference in New Issue
Block a user