Uses of Interface
de.gebit.integrity.dsl.Import
-
Packages that use Import Package Description de.gebit.integrity.dsl de.gebit.integrity.dsl.impl de.gebit.integrity.dsl.util de.gebit.integrity.serializer de.gebit.integrity.ui.outline -
-
Uses of Import in de.gebit.integrity.dsl
Methods in de.gebit.integrity.dsl that return Import Modifier and Type Method Description ImportDslFactory. createImport()Returns a new object of class 'Import'.Methods in de.gebit.integrity.dsl that return types with arguments of type Import Modifier and Type Method Description org.eclipse.emf.common.util.EList<Import>Model. getImports()Returns the value of the 'Imports' containment reference list. -
Uses of Import in de.gebit.integrity.dsl.impl
Classes in de.gebit.integrity.dsl.impl that implement Import Modifier and Type Class Description classImportImplAn implementation of the model object 'Import'.Fields in de.gebit.integrity.dsl.impl with type parameters of type Import Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Import>ModelImpl. importsThe cached value of the 'Imports' containment reference list.Methods in de.gebit.integrity.dsl.impl that return Import Modifier and Type Method Description ImportDslFactoryImpl. createImport()Methods in de.gebit.integrity.dsl.impl that return types with arguments of type Import Modifier and Type Method Description org.eclipse.emf.common.util.EList<Import>ModelImpl. getImports() -
Uses of Import in de.gebit.integrity.dsl.util
Methods in de.gebit.integrity.dsl.util with parameters of type Import Modifier and Type Method Description TDslSwitch. caseImport(Import object)Returns the result of interpreting the object as an instance of 'Import'. -
Uses of Import in de.gebit.integrity.serializer
Methods in de.gebit.integrity.serializer with parameters of type Import Modifier and Type Method Description protected voidAbstractDSLSemanticSequencer. sequence_Import(org.eclipse.xtext.serializer.ISerializationContext context, Import semanticObject)Contexts: Import returns Import Constraint: importedNamespace=QualifiedNameWithWildcard -
Uses of Import in de.gebit.integrity.ui.outline
Methods in de.gebit.integrity.ui.outline with parameters of type Import Modifier and Type Method Description protected voidDSLOutlineTreeProvider. _createNode(IntegrityDocumentRoot parentNode, Import anImport)Dynamic Dispatch ofDefaultOutlineTreeProvider.createNode(IOutlineNode, EObject).protected org.eclipse.swt.graphics.ImageDSLOutlineTreeProvider. _image(Import anImport)Dynamic Dispatch ofDefaultOutlineTreeProvider._image(Object).protected ObjectDSLOutlineTreeProvider. _text(Import anImport)Dynamic Dispatch ofDefaultOutlineTreeProvider._text(Object).
-