Uses of Interface
fr.esrf.tango.pogo.pogoDsl.FloatType
-
Packages that use FloatType 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 FloatType in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return FloatType Modifier and Type Method Description FloatTypePogoDslFactory. createFloatType()Returns a new object of class 'Float Type'. -
Uses of FloatType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement FloatType Modifier and Type Class Description classFloatTypeImplAn implementation of the model object 'Float Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return FloatType Modifier and Type Method Description FloatTypePogoDslFactoryImpl. createFloatType() -
Uses of FloatType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type FloatType Modifier and Type Method Description TPogoDslSwitch. caseFloatType(FloatType object)Returns the result of interpreting the object as an instance of 'Float Type'. -
Uses of FloatType in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type FloatType Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_FloatType(org.eclipse.xtext.serializer.ISerializationContext context, FloatType semanticObject)Contexts: PropType returns FloatType SimpleType returns FloatType Type returns FloatType FloatType returns FloatType Constraint: {FloatType}
-