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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return BodyCS
 BodyCS CompleteOCLCSTFactory.createBodyCS()
          Returns a new object of class 'Body CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement BodyCS
 class BodyCSImpl
          An implementation of the model object 'Body CS'.
 

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

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

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

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

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

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

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