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

Packages that use DefPropertyCS
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   
org.eclipse.ocl.examples.xtext.completeocl.utilities   
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return DefPropertyCS
 DefPropertyCS CompleteOCLCSTFactory.createDefPropertyCS()
          Returns a new object of class 'Def Property CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement DefPropertyCS
 class DefPropertyCSImpl
          An implementation of the model object 'Def Property CS'.
 

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type DefPropertyCS
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 Continuation<?> CompleteOCLContainmentVisitor.visitDefPropertyCS(DefPropertyCS csElement)
           
 Continuation<?> CompleteOCLPostOrderVisitor.visitDefPropertyCS(DefPropertyCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type DefPropertyCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_DefPropertyCS(org.eclipse.emf.ecore.EObject context, DefPropertyCS semanticObject)
          Constraint: (static?='static'? name=UnrestrictedName ownedType=TypeExpCS specification=SpecificationCS)
 

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

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

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

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

Uses of DefPropertyCS in org.eclipse.ocl.examples.xtext.completeocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.utilities with parameters of type DefPropertyCS
 java.lang.Boolean CompleteOCLCS2MonikerVisitor.visitDefPropertyCS(DefPropertyCS object)