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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return PreCS
 PreCS CompleteOCLCSTFactory.createPreCS()
          Returns a new object of class 'Pre CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement PreCS
 class PreCSImpl
          An implementation of the model object 'Pre CS'.
 

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

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

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

Uses of PreCS in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot
 

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

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

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

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

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

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

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