Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Inheritance
-
Packages that use Inheritance 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 Inheritance in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Inheritance Modifier and Type Method Description InheritancePogoDslFactory. createInheritance()Returns a new object of class 'Inheritance'.Methods in fr.esrf.tango.pogo.pogoDsl that return types with arguments of type Inheritance Modifier and Type Method Description org.eclipse.emf.common.util.EList<Inheritance>ClassDescription. getInheritances()Returns the value of the 'Inheritances' containment reference list.org.eclipse.emf.common.util.EList<Inheritance>OneClassSimpleDef. getInheritances()Returns the value of the 'Inheritances' containment reference list. -
Uses of Inheritance in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Inheritance Modifier and Type Class Description classInheritanceImplAn implementation of the model object 'Inheritance'.Fields in fr.esrf.tango.pogo.pogoDsl.impl with type parameters of type Inheritance Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Inheritance>ClassDescriptionImpl. inheritancesThe cached value of the 'Inheritances' containment reference list.protected org.eclipse.emf.common.util.EList<Inheritance>OneClassSimpleDefImpl. inheritancesThe cached value of the 'Inheritances' containment reference list.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Inheritance Modifier and Type Method Description InheritancePogoDslFactoryImpl. createInheritance()Methods in fr.esrf.tango.pogo.pogoDsl.impl that return types with arguments of type Inheritance Modifier and Type Method Description org.eclipse.emf.common.util.EList<Inheritance>ClassDescriptionImpl. getInheritances()org.eclipse.emf.common.util.EList<Inheritance>OneClassSimpleDefImpl. getInheritances() -
Uses of Inheritance in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Inheritance Modifier and Type Method Description TPogoDslSwitch. caseInheritance(Inheritance object)Returns the result of interpreting the object as an instance of 'Inheritance'. -
Uses of Inheritance in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Inheritance Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Inheritance(org.eclipse.xtext.serializer.ISerializationContext context, Inheritance semanticObject)Contexts: Inheritance returns Inheritance Constraint: (classname=STRING sourcePath=STRING)
-