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.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'.
 

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()
           
 

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
 MonikeredElement CompleteOCLLeft2RightVisitor.visitDefCS(DefCS csDef)
           
 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.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)