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.cs2pivot   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
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.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type PostCS
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitPostCS(PostCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitPostCS(PostCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitPostCS(PostCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitPostCS(PostCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type PostCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_PostCS(org.eclipse.emf.ecore.EObject context, PostCS semanticObject)
          Constraint: (stereotype='post' name=UnrestrictedName? specification=SpecificationCS)
 

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)