Uses of Interface
fr.esrf.tango.pogo.pogoDsl.OneClassSimpleDef
-
Packages that use OneClassSimpleDef 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 OneClassSimpleDef in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return OneClassSimpleDef Modifier and Type Method Description OneClassSimpleDefPogoDslFactory. createOneClassSimpleDef()Returns a new object of class 'One Class Simple Def'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type OneClassSimpleDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<OneClassSimpleDef>PogoMultiClasses. getClasses()Returns the value of the 'Classes' containment reference list. -
Uses of OneClassSimpleDef in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement OneClassSimpleDef Modifier and Type Class Description classOneClassSimpleDefImplAn implementation of the model object 'One Class Simple Def'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type OneClassSimpleDef Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<OneClassSimpleDef>PogoMultiClassesImpl. classesThe cached value of the 'Classes' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return OneClassSimpleDef Modifier and Type Method Description OneClassSimpleDefPogoDslFactoryImpl. createOneClassSimpleDef()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type OneClassSimpleDef Modifier and Type Method Description org.eclipse.emf.common.util.EList<OneClassSimpleDef>PogoMultiClassesImpl. getClasses() -
Uses of OneClassSimpleDef in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type OneClassSimpleDef Modifier and Type Method Description TPogoDslSwitch. caseOneClassSimpleDef(OneClassSimpleDef object)Returns the result of interpreting the object as an instance of 'One Class Simple Def'. -
Uses of OneClassSimpleDef in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type OneClassSimpleDef Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_OneClassSimpleDef(org.eclipse.xtext.serializer.ISerializationContext context, OneClassSimpleDef semanticObject)Contexts: OneClassSimpleDef returns OneClassSimpleDef Constraint: ( classname=STRING sourcePath=STRING hasDynamic=Boolean pogo6=Boolean inheritances+=Inheritance parentClasses+=STRING additionalFiles+=AdditionalFile* )
-