org.eclipse.gmf.common.codegen
Interface ImportAssistant
public interface ImportAssistant
- Author:
- artem
emitPackageStatement
void emitPackageStatement(StringBuffer stringBuffer)
markImportLocation
void markImportLocation(StringBuffer stringBuffer)
emitSortedImports
void emitSortedImports()
getImportedName
String getImportedName(String qualifiedName)
addImport
void addImport(String qualifiedName)
registerInnerClass
void registerInnerClass(String innerClassName)
getCompilationUnitName
String getCompilationUnitName()
- Import assistant knows name of the unit which gonna contain template outcome
Copyright © 2012. All Rights Reserved.