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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return DefCS
 DefCS CompleteOCLCSTFactory.createDefCS()
          Returns a new object of class 'Def CS'.
 DefCS DefFeatureCS.getDef()
          Returns the value of the 'Def' container reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type DefCS
 void DefFeatureCS.setDef(DefCS value)
          Sets the value of the 'Def' container reference.
 

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return DefCS
 DefCS CompleteOCLCSTFactoryImpl.createDefCS()
           
 DefCS DefFeatureCSImpl.getDef()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type DefCS
 org.eclipse.emf.common.notify.NotificationChain DefFeatureCSImpl.basicSetDef(DefCS newDef, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DefFeatureCSImpl.setDef(DefCS newDef)
           
 

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

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

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

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

Constructors in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type DefCS
CompleteOCLPostOrderVisitor.DefCSCompletion(CS2PivotConversion context, DefCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type DefCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_DefCS(org.eclipse.emf.ecore.EObject context, DefCS semanticObject)
          Constraint: (static?='static'? stereotype='def' name=UnrestrictedName? (feature=DefOperationCS | feature=DefPropertyCS) specification=SpecificationCS)
 

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

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

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

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

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

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