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