Class EcoreGenerator.ImportManagerHack

java.lang.Object
org.eclipse.emf.codegen.util.ImportManager
org.eclipse.emf.mwe2.ecore.EcoreGenerator.ImportManagerHack
Enclosing class:
EcoreGenerator

protected static class EcoreGenerator.ImportManagerHack extends org.eclipse.emf.codegen.util.ImportManager
  • Field Summary

    Fields inherited from class org.eclipse.emf.codegen.util.ImportManager

    importedPackages, imports, javaLangImports, shortNameToImportMap
  • Constructor Summary

    Constructors
    Constructor
    Description
    ImportManagerHack(String compilationUnitPackage, com.google.common.base.Function<String,String> typeMapper)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getImportedName(String qualifiedName, boolean autoImport)
     

    Methods inherited from class org.eclipse.emf.codegen.util.ImportManager

    addCompilationUnitImports, addImport, addImport, addJavaLangImports, addMasterImport, addPseudoImport, basicGetImportedName, computeSortedImports, emitSortedImports, getImportedName, getImports, getLineDelimiter, hasImport, markImportLocation, markImportLocation, setLineDelimiter, shouldImport

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ImportManagerHack

      public ImportManagerHack(String compilationUnitPackage, com.google.common.base.Function<String,String> typeMapper)
  • Method Details

    • getImportedName

      public String getImportedName(String qualifiedName, boolean autoImport)
      Overrides:
      getImportedName in class org.eclipse.emf.codegen.util.ImportManager