Interface RefactoringScript
- 
- All Known Implementing Classes:
 BaseMigrationScript
public interface RefactoringScriptGeneralization ofBaseMigrationScript- Since:
 - 3.3
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()Collection<AbstractMigrationRefactoring>getRefactorings()SNodeReferencegetScriptNode() 
 - 
 
- 
- 
Method Detail
- 
getName
String getName()
 
- 
getRefactorings
Collection<AbstractMigrationRefactoring> getRefactorings()
 
- 
getScriptNode
@Nullable SNodeReference getScriptNode()
- Returns:
 - Pointer to node this script originates from, if any. For navigation purposes only.
 
 
 - 
 
 -