Interface ScriptAspectDescriptor
- 
- All Superinterfaces:
 ILanguageAspect
- All Known Implementing Classes:
 ScriptAspectBase
public interface ScriptAspectDescriptor extends ILanguageAspect
- Since:
 - 3.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<RefactoringScript>getRefactoringScripts() 
 - 
 
- 
- 
Method Detail
- 
getRefactoringScripts
@NotNull Collection<RefactoringScript> getRefactoringScripts()
 
 - 
 
 -