Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.code.CommentUnit
-
Uses of CommentUnit in org.eclipse.gmt.modisco.omg.kdm.action.impl
Fields in org.eclipse.gmt.modisco.omg.kdm.action.impl with type parameters of type CommentUnit Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<CommentUnit>ActionElementImpl. commentThe cached value of the 'Comment' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.action.impl that return types with arguments of type CommentUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommentUnit>ActionElementImpl. getComment() -
Uses of CommentUnit in org.eclipse.gmt.modisco.omg.kdm.code
Methods in org.eclipse.gmt.modisco.omg.kdm.code that return CommentUnit Modifier and Type Method Description CommentUnitCodeFactory. createCommentUnit()Returns a new object of class 'Comment Unit'.Methods in org.eclipse.gmt.modisco.omg.kdm.code that return types with arguments of type CommentUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommentUnit>AbstractCodeElement. getComment()Returns the value of the 'Comment' containment reference list. -
Uses of CommentUnit in org.eclipse.gmt.modisco.omg.kdm.code.impl
Classes in org.eclipse.gmt.modisco.omg.kdm.code.impl that implement CommentUnit Modifier and Type Class Description classCommentUnitImplAn implementation of the model object 'Comment Unit'.Fields in org.eclipse.gmt.modisco.omg.kdm.code.impl with type parameters of type CommentUnit Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<CommentUnit>CodeElementImpl. commentThe cached value of the 'Comment' containment reference list.protected org.eclipse.emf.common.util.EList<CommentUnit>ComputationalObjectImpl. commentThe cached value of the 'Comment' containment reference list.protected org.eclipse.emf.common.util.EList<CommentUnit>DatatypeImpl. commentThe cached value of the 'Comment' containment reference list.protected org.eclipse.emf.common.util.EList<CommentUnit>ModuleImpl. commentThe cached value of the 'Comment' containment reference list.protected org.eclipse.emf.common.util.EList<CommentUnit>NamespaceUnitImpl. commentThe cached value of the 'Comment' containment reference list.protected org.eclipse.emf.common.util.EList<CommentUnit>PreprocessorDirectiveImpl. commentThe cached value of the 'Comment' containment reference list.Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return CommentUnit Modifier and Type Method Description CommentUnitCodeFactoryImpl. createCommentUnit()Methods in org.eclipse.gmt.modisco.omg.kdm.code.impl that return types with arguments of type CommentUnit Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommentUnit>CodeElementImpl. getComment()org.eclipse.emf.common.util.EList<CommentUnit>ComputationalObjectImpl. getComment()org.eclipse.emf.common.util.EList<CommentUnit>DatatypeImpl. getComment()org.eclipse.emf.common.util.EList<CommentUnit>ModuleImpl. getComment()org.eclipse.emf.common.util.EList<CommentUnit>NamespaceUnitImpl. getComment()org.eclipse.emf.common.util.EList<CommentUnit>PreprocessorDirectiveImpl. getComment() -
Uses of CommentUnit in org.eclipse.gmt.modisco.omg.kdm.code.util
Methods in org.eclipse.gmt.modisco.omg.kdm.code.util with parameters of type CommentUnit Modifier and Type Method Description TCodeSwitch. caseCommentUnit(CommentUnit object)Returns the result of interpreting the object as an instance of 'Comment Unit'.