| Modifier and Type | Method and Description |
|---|---|
protected void |
XtypeFormatter._format(XImportDeclaration imp,
IFormattableDocument document) |
| Modifier and Type | Method and Description |
|---|---|
protected XImportDeclaration |
RewritableImportSection.createImport(String importedNamespace,
String member) |
| Modifier and Type | Method and Description |
|---|---|
protected List<XImportDeclaration> |
RewritableImportSection.findOriginalImports(JvmDeclaredType type,
String memberName,
Collection<XImportDeclaration> list,
boolean isStatic,
boolean isExtension) |
protected List<XImportDeclaration> |
RewritableImportSection.sort(Iterable<XImportDeclaration> declarations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RewritableImportSection.appendImport(StringBuilder builder,
XImportDeclaration newImportDeclaration) |
Iterable<JvmFeature> |
StaticallyImportedMemberProvider.findAllFeatures(XImportDeclaration it) |
Iterable<JvmFeature> |
StaticallyImportedMemberProvider.getAllFeatures(XImportDeclaration it) |
String |
IImportsConfiguration.getLegacyImportSyntax(XImportDeclaration importDeclaration)
Returns the syntax that was used in the import declaration if (and only if) it uses
the legacy notation with a '$' as the delimiter for nested types.
|
String |
DefaultImportsConfiguration.getLegacyImportSyntax(XImportDeclaration importDeclaration) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
RewritableImportSection.appendSubsection(StringBuilder builder,
Iterable<XImportDeclaration> subSection,
boolean needsNewline) |
protected List<XImportDeclaration> |
RewritableImportSection.findOriginalImports(JvmDeclaredType type,
String memberName,
Collection<XImportDeclaration> list,
boolean isStatic,
boolean isExtension) |
protected String |
RewritableImportSection.serializeImports(List<XImportDeclaration> allDeclarations) |
protected List<XImportDeclaration> |
RewritableImportSection.sort(Iterable<XImportDeclaration> declarations) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXtypeSemanticSequencer.sequence_XImportDeclaration(org.eclipse.emf.ecore.EObject context,
XImportDeclaration semanticObject)
Deprecated.
|
protected void |
AbstractXtypeSemanticSequencer.sequence_XImportDeclaration(ISerializationContext context,
XImportDeclaration semanticObject)
Contexts:
XImportDeclaration returns XImportDeclaration
Constraint:
(
(static?
|
| Modifier and Type | Method and Description |
|---|---|
void |
XbaseValidator.checkDeprecated(XImportDeclaration decl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XbaseValidator.addImportUnusedIssues(Map<String,List<XImportDeclaration>> imports) |
protected void |
XbaseValidator.checkConflicts(XImportSection importSection,
Map<String,List<XImportDeclaration>> imports,
Map<String,JvmType> importedNames) |
protected void |
XbaseValidator.populateMaps(XImportSection importSection,
Map<String,List<XImportDeclaration>> imports,
Map<String,List<XImportDeclaration>> staticImports,
Map<String,List<XImportDeclaration>> extensionImports,
Map<String,JvmType> importedNames) |
protected void |
XbaseValidator.populateMaps(XImportSection importSection,
Map<String,List<XImportDeclaration>> imports,
Map<String,List<XImportDeclaration>> staticImports,
Map<String,List<XImportDeclaration>> extensionImports,
Map<String,JvmType> importedNames) |
protected void |
XbaseValidator.populateMaps(XImportSection importSection,
Map<String,List<XImportDeclaration>> imports,
Map<String,List<XImportDeclaration>> staticImports,
Map<String,List<XImportDeclaration>> extensionImports,
Map<String,JvmType> importedNames) |
| Modifier and Type | Method and Description |
|---|---|
XImportDeclaration |
XtypeFactory.createXImportDeclaration()
Returns a new object of class 'XImport Declaration'
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<XImportDeclaration> |
XImportSection.getImportDeclarations()
Returns the value of the 'Import Declarations' containment reference list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
XImportDeclarationImpl
An implementation of the model object 'XImport Declaration'
|
class |
XImportDeclarationImplCustom |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<XImportDeclaration> |
XImportSectionImpl.importDeclarations
The cached value of the '
Import Declarations' containment reference list |
| Modifier and Type | Method and Description |
|---|---|
XImportDeclaration |
XtypeFactoryImpl.createXImportDeclaration() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<XImportDeclaration> |
XImportSectionImpl.getImportDeclarations() |
| Modifier and Type | Method and Description |
|---|---|
T |
XtypeSwitch.caseXImportDeclaration(XImportDeclaration object)
Returns the result of interpreting the object as an instance of 'XImport Declaration'
|
Copyright © 2015. All Rights Reserved.