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