Interface RefactoringAspect
- 
- All Superinterfaces:
 ILanguageAspect
- All Known Implementing Classes:
 RefactoringAspectBase
public interface RefactoringAspect extends ILanguageAspect
- Since:
 - 2018.2
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<IRefactoring>getRefactorings() 
 - 
 
- 
- 
Method Detail
- 
getRefactorings
@NotNull Collection<IRefactoring> getRefactorings()
- Returns:
 - refactorings declared in this language. May return empty collection.
 
 
 - 
 
 -