public abstract class SmartPointerAnchorProvider
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<SmartPointerAnchorProvider> |
EP_NAME |
Constructor and Description |
---|
SmartPointerAnchorProvider() |
Modifier and Type | Method and Description |
---|---|
abstract PsiElement |
getAnchor(PsiElement element)
Provides anchor used for restoring elements after stub-to-AST switch.
|
abstract PsiElement |
restoreElement(PsiElement anchor) |
public static final ExtensionPointName<SmartPointerAnchorProvider> EP_NAME
public abstract PsiElement getAnchor(PsiElement element)
element
- public abstract PsiElement restoreElement(PsiElement anchor)
anchor
-