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

Packages that use DefOperationCS
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 DefOperationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return DefOperationCS
 DefOperationCS CompleteOCLCSTFactory.createDefOperationCS()
          Returns a new object of class 'Def Operation CS'.
 

Uses of DefOperationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement DefOperationCS
 class DefOperationCSImpl
          An implementation of the model object 'Def Operation CS'.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return DefOperationCS
 DefOperationCS CompleteOCLCSTFactoryImpl.createDefOperationCS()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type DefOperationCS
 T CompleteOCLCSTSwitch.caseDefOperationCS(DefOperationCS object)
          Returns the result of interpreting the object as an instance of 'Def Operation CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type DefOperationCS
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitDefOperationCS(DefOperationCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitDefOperationCS(DefOperationCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitDefOperationCS(DefOperationCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitDefOperationCS(DefOperationCS object)
           
 Continuation<?> CompleteOCLContainmentVisitor.visitDefOperationCS(DefOperationCS csElement)
           
 Continuation<?> CompleteOCLPostOrderVisitor.visitDefOperationCS(DefOperationCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type DefOperationCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_DefOperationCS(org.eclipse.emf.ecore.EObject context, DefOperationCS semanticObject)
          Constraint: ( static?='static'? name=UnrestrictedName (parameters+=DefParameterCS parameters+=DefParameterCS*)? ownedType=TypeExpCS? specification=SpecificationCS )
 

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

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

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

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

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

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