Package com.intellij.lang.refactoring

Provides interfaces for adding refactoring support to custom languages.

See:
          Description

Interface Summary
NamesValidator Instances of NamesValidator are obtained from Language instance.
RefactoringSupportProvider Allows a custom language plugin to control the operation of refactorings for files in the language.
 

Class Summary
JavaNamesValidator Default NamesValidator interface implementation.
 

Package com.intellij.lang.refactoring Description

Provides interfaces for adding refactoring support to custom languages. The only standard refactorings which IDEA supports in custom languages are Rename and Safe Delete.