Uses of Interface
fr.esrf.tango.pogo.pogoDsl.Comments
-
Packages that use Comments 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 Comments in fr.esrf.tango.pogo.pogoDsl
Methods in fr.esrf.tango.pogo.pogoDsl that return Comments Modifier and Type Method Description CommentsPogoDslFactory. createComments()Returns a new object of class 'Comments'.CommentsClassDescription. getComments()Returns the value of the 'Comments' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl with parameters of type Comments Modifier and Type Method Description voidClassDescription. setComments(Comments value)Sets the value of the 'Comments' containment reference. -
Uses of Comments in fr.esrf.tango.pogo.pogoDsl.impl
Classes in fr.esrf.tango.pogo.pogoDsl.impl that implement Comments Modifier and Type Class Description classCommentsImplAn implementation of the model object 'Comments'.Fields in fr.esrf.tango.pogo.pogoDsl.impl declared as Comments Modifier and Type Field Description protected CommentsClassDescriptionImpl. commentsThe cached value of the 'Comments' containment reference.Methods in fr.esrf.tango.pogo.pogoDsl.impl that return Comments Modifier and Type Method Description CommentsPogoDslFactoryImpl. createComments()CommentsClassDescriptionImpl. getComments()Methods in fr.esrf.tango.pogo.pogoDsl.impl with parameters of type Comments Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainClassDescriptionImpl. basicSetComments(Comments newComments, org.eclipse.emf.common.notify.NotificationChain msgs)voidClassDescriptionImpl. setComments(Comments newComments) -
Uses of Comments in fr.esrf.tango.pogo.pogoDsl.util
Methods in fr.esrf.tango.pogo.pogoDsl.util with parameters of type Comments Modifier and Type Method Description TPogoDslSwitch. caseComments(Comments object)Returns the result of interpreting the object as an instance of 'Comments'. -
Uses of Comments in fr.esrf.tango.pogo.serializer
Methods in fr.esrf.tango.pogo.serializer with parameters of type Comments Modifier and Type Method Description protected voidAbstractPogoDslSemanticSequencer. sequence_Comments(org.eclipse.xtext.serializer.ISerializationContext context, Comments semanticObject)Contexts: Comments returns Comments Constraint: commandsTable=STRING
-