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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return PostCS
 PostCS CompleteOCLCSTFactory.createPostCS()
          Returns a new object of class 'Post CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement PostCS
 class PostCSImpl
          An implementation of the model object 'Post CS'.
 

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

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

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

Uses of PostCS in org.eclipse.ocl.examples.xtext.completeocl.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.completeocl.scoping with parameters of type PostCS
PostScopeAdapter(TypeManager typeManager, PostCS csElement)
           
 

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

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

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

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