Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Import
-
Packages that use Import Package Description fr.esrf.tango.pogo.pogoDsl fr.esrf.tango.pogo.pogoDsl.impl fr.esrf.tango.pogo.pogoDsl.util fr.esrf.tango.pogo.serializer -
-
Uses of Import in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Import Modifier and Type Method Description ImportPogoDslFactory. createImport()Returns a new object of class 'Import'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type Import Modifier and Type Method Description org.eclipse.emf.common.util.EList<Import>PogoSystem. getImports()Returns the value of the 'Imports' containment reference list. -
Uses of Import in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Import Modifier and Type Class Description classImportImplAn implementation of the model object 'Import'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type Import Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Import>PogoSystemImpl. importsThe cached value of the 'Imports' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Import Modifier and Type Method Description ImportPogoDslFactoryImpl. createImport()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type Import Modifier and Type Method Description org.eclipse.emf.common.util.EList<Import>PogoSystemImpl. getImports() -
Uses of Import in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Import Modifier and Type Method Description TPogoDslSwitch. caseImport(Import object)Returns the result of interpreting the object as an instance of 'Import'. -
Uses of Import in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Import Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Import(org.eclipse.xtext.serializer.ISerializationContext context, Import semanticObject)Contexts: Import returns Import Constraint: importURI=STRING
-