Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.ClassifierContextDeclCS

Packages that use ClassifierContextDeclCS
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
 

Uses of ClassifierContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return ClassifierContextDeclCS
 ClassifierContextDeclCS CompleteOCLCSFactory.createClassifierContextDeclCS()
          Returns a new object of class 'Classifier Context Decl CS'.
 ClassifierContextDeclCS DefCS.getClassifierContextDecl()
          Returns the value of the 'Classifier Context Decl' container reference.
 

Uses of ClassifierContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement ClassifierContextDeclCS
 class ClassifierContextDeclCSImpl
          An implementation of the model object 'Classifier Context Decl CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return ClassifierContextDeclCS
 ClassifierContextDeclCS CompleteOCLCSFactoryImpl.createClassifierContextDeclCS()
           
 ClassifierContextDeclCS DefCSImpl.getClassifierContextDecl()
           
 

Uses of ClassifierContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type ClassifierContextDeclCS
 T CompleteOCLCSSwitch.caseClassifierContextDeclCS(ClassifierContextDeclCS object)
          Returns the result of interpreting the object as an instance of 'Classifier Context Decl CS'.
 Continuation<?> AbstractCompleteOCLCSContainmentVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 Element AbstractCompleteOCLCSLeft2RightVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPostOrderVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPreOrderVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 R AbstractDelegatingCompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 R CompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 

Uses of ClassifierContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type ClassifierContextDeclCS
protected  Type CompleteOCLCSContainmentVisitor.refreshContextType(Type modelClassifier, ClassifierContextDeclCS csElement)
           
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS self)
           
 Continuation<?> CompleteOCLCSContainmentVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 Continuation<?> CompleteOCLCSPostOrderVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 Continuation<?> CompleteOCLCSPreOrderVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 

Uses of ClassifierContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type ClassifierContextDeclCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_ClassifierContextDeclCS(org.eclipse.emf.ecore.EObject context, ClassifierContextDeclCS semanticObject)
          Constraint: (selfName=UnrestrictedName? pathName=PathNameCS (invariants+=ConstraintCS | definitions+=DefCS)+)
 

Uses of ClassifierContextDeclCS in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.ui.labeling with parameters of type ClassifierContextDeclCS
protected  java.lang.String CompleteOCLLabelProvider.image(ClassifierContextDeclCS ele)
           
protected  java.lang.String CompleteOCLLabelProvider.text(ClassifierContextDeclCS ele)