org.eclipse.xtend.core.formatting
Interface IImportCollection

All Known Implementing Classes:
OrganizeImports.ReferenceAcceptor, XtendReferenceUpdater.RefactoringImports

public interface IImportCollection

Author:
Jan Koehnlein - Initial contribution and API

Method Summary
 java.util.List<java.lang.String> getListofImportedTypeNames()
           
 java.util.List<java.lang.String> getListofStaticExtensionImports()
           
 java.util.List<java.lang.String> getListofStaticImports()
           
 

Method Detail

getListofImportedTypeNames

java.util.List<java.lang.String> getListofImportedTypeNames()

getListofStaticImports

java.util.List<java.lang.String> getListofStaticImports()

getListofStaticExtensionImports

java.util.List<java.lang.String> getListofStaticExtensionImports()