Uses of Interface
fr.esrf.tango.pogo.pogoDsl.EncodedType
-
Packages that use EncodedType 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 EncodedType in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return EncodedType Modifier and Type Method Description EncodedTypePogoDslFactory. createEncodedType()Returns a new object of class 'Encoded Type'. -
Uses of EncodedType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement EncodedType Modifier and Type Class Description classEncodedTypeImplAn implementation of the model object 'Encoded Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return EncodedType Modifier and Type Method Description EncodedTypePogoDslFactoryImpl. createEncodedType() -
Uses of EncodedType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type EncodedType Modifier and Type Method Description TPogoDslSwitch. caseEncodedType(EncodedType object)Returns the result of interpreting the object as an instance of 'Encoded Type'. -
Uses of EncodedType in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type EncodedType Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_EncodedType(org.eclipse.xtext.serializer.ISerializationContext context, EncodedType semanticObject)Contexts: Type returns EncodedType EncodedType returns EncodedType Constraint: {EncodedType}
-