Uses of Interface
fr.esrf.tango.pogo.pogoDsl.IntVectorType
-
Packages that use IntVectorType 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 IntVectorType in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return IntVectorType Modifier and Type Method Description IntVectorTypePogoDslFactory. createIntVectorType()Returns a new object of class 'Int Vector Type'. -
Uses of IntVectorType in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement IntVectorType Modifier and Type Class Description classIntVectorTypeImplAn implementation of the model object 'Int Vector Type'.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return IntVectorType Modifier and Type Method Description IntVectorTypePogoDslFactoryImpl. createIntVectorType() -
Uses of IntVectorType in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type IntVectorType Modifier and Type Method Description TPogoDslSwitch. caseIntVectorType(IntVectorType object)Returns the result of interpreting the object as an instance of 'Int Vector Type'. -
Uses of IntVectorType in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type IntVectorType Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_IntVectorType_LongVectorType_ULongVectorType(org.eclipse.xtext.serializer.ISerializationContext context, IntVectorType semanticObject)Contexts: PropType returns IntVectorType VectorType returns IntVectorType IntVectorType returns IntVectorType LongVectorType returns IntVectorType ULongVectorType returns IntVectorType Constraint: {IntVectorType}
-