public interface PsiTreeChangePreprocessor
PsiTreeChangeListener
s of events.
Try to avoid processing PSI events at all cost! See PsiTreeChangeEvent
documentation for more details.
Modifier and Type | Field and Description |
---|---|
static ProjectExtensionPointName<PsiTreeChangePreprocessor> |
EP |
static ExtensionPointName<PsiTreeChangePreprocessor> |
EP_NAME
Deprecated.
Use
EP |
Modifier and Type | Method and Description |
---|---|
void |
treeChanged(PsiTreeChangeEventImpl event) |
static final ProjectExtensionPointName<PsiTreeChangePreprocessor> EP
@Deprecated static final ExtensionPointName<PsiTreeChangePreprocessor> EP_NAME
EP
void treeChanged(PsiTreeChangeEventImpl event)