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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type DefOperationCS
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitDefOperationCS(DefOperationCS self)
           
 Continuation<?> CompleteOCLCSContainmentVisitor.visitDefOperationCS(DefOperationCS csElement)
           
 Continuation<?> CompleteOCLCSPostOrderVisitor.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)