Uses of Interface
org.eclipse.ocl.examples.xtext.base.basecs.AnnotationCS

Packages that use AnnotationCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

Uses of AnnotationCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return AnnotationCS
 AnnotationCS BaseCSFactory.createAnnotationCS()
          Returns a new object of class 'Annotation CS'.
 

Uses of AnnotationCS in org.eclipse.ocl.examples.xtext.base.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement AnnotationCS
 class AnnotationCSImpl
          An implementation of the model object 'Annotation CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return AnnotationCS
 AnnotationCS BaseCSFactoryImpl.createAnnotationCS()
           
 

Uses of AnnotationCS in org.eclipse.ocl.examples.xtext.base.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type AnnotationCS
 T BaseCSSwitch.caseAnnotationCS(AnnotationCS object)
          Returns the result of interpreting the object as an instance of 'Annotation CS'.
 boolean BaseCSValidator.validateAnnotationCS(AnnotationCS annotationCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitAnnotationCS(AnnotationCS object)
           
 R AbstractExtendingBaseCSVisitor.visitAnnotationCS(AnnotationCS object)
           
 R AbstractNullBaseCSVisitor.visitAnnotationCS(AnnotationCS object)
           
 R BaseCSVisitor.visitAnnotationCS(AnnotationCS object)
           
 

Uses of AnnotationCS in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type AnnotationCS
 Continuation<?> AutoBaseCSContainmentVisitor.visitAnnotationCS(AnnotationCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitAnnotationCS(AnnotationCS csElement)
           
 Element BaseCSLeft2RightVisitor.visitAnnotationCS(AnnotationCS object)
           
 Continuation<?> BaseCSPostOrderVisitor.visitAnnotationCS(AnnotationCS csAnnotation)
           
 Continuation<?> BaseCSPreOrderVisitor.visitAnnotationCS(AnnotationCS object)
           
 

Uses of AnnotationCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type AnnotationCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_AnnotationCS(org.eclipse.emf.ecore.EObject context, AnnotationCS semanticObject)
          Constraint: ( (name=UnrestrictedName | name=SINGLE_QUOTED_STRING)? (ownedDetail+=DetailCS ownedDetail+=DetailCS*)? (ownedAnnotation+=AnnotationElementCS | ownedContent+=ModelElementCS | ownedReference+=ModelElementRefCS)* )
 

Uses of AnnotationCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type AnnotationCS
protected  java.lang.String OCLinEcoreLabelProvider.image(AnnotationCS ele)
           
 

Uses of AnnotationCS in org.eclipse.ocl.examples.xtext.oclstdlib.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type AnnotationCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_AnnotationCS(org.eclipse.emf.ecore.EObject context, AnnotationCS semanticObject)
          Constraint: ((name=Identifier | name=SINGLE_QUOTED_STRING) (ownedDetail+=DetailCS ownedDetail+=DetailCS*)? ownedAnnotation+=AnnotationElementCS?)