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

Packages that use DerCS
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.ui.labeling   
org.eclipse.ocl.examples.xtext.completeocl.util   
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return DerCS
 DerCS CompleteOCLCSTFactory.createDerCS()
          Returns a new object of class 'Der CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement DerCS
 class DerCSImpl
          An implementation of the model object 'Der CS'.
 

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

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

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

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

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

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

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