Package org.eclipse.xtext.xbase.imports
Interface IMutableImportsConfiguration
-
- All Superinterfaces:
IImportsConfiguration
public interface IMutableImportsConfiguration extends IImportsConfiguration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetImportSection(org.eclipse.xtext.resource.XtextResource resource, XImportSection importSection)-
Methods inherited from interface org.eclipse.xtext.xbase.imports.IImportsConfiguration
getContextJvmDeclaredType, getImplicitlyImportedPackages, getImportSection, getImportSectionOffset, getLegacyImportSyntax, getLocallyDefinedTypes, getPackageName
-
-
-
-
Method Detail
-
setImportSection
void setImportSection(org.eclipse.xtext.resource.XtextResource resource, XImportSection importSection)
-
-