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

Packages that use ClassifierContextDeclCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
org.eclipse.ocl.examples.xtext.completeocl.util   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return ClassifierContextDeclCS
 ClassifierContextDeclCS CompleteOCLCSTFactory.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.completeOCLCST.impl
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type ClassifierContextDeclCS
 T CompleteOCLCSTSwitch.caseClassifierContextDeclCS(ClassifierContextDeclCS object)
          Returns the result of interpreting the object as an instance of 'Classifier Context Decl CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type ClassifierContextDeclCS
protected  Type CompleteOCLContainmentVisitor.refreshContextType(Type modelClassifier, ClassifierContextDeclCS csElement)
           
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 Continuation<?> CompleteOCLContainmentVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 Continuation<?> CompleteOCLPostOrderVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS csElement)
           
 Continuation<?> CompleteOCLPreOrderVisitor.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)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.util with parameters of type ClassifierContextDeclCS
 R AbstractDelegatingCompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 R AbstractExtendingDelegatingCompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 R CompleteOCLCSVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.utilities with parameters of type ClassifierContextDeclCS
 java.lang.Boolean CompleteOCLCS2MonikerVisitor.visitClassifierContextDeclCS(ClassifierContextDeclCS object)