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

Packages that use DefPropertyCS
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.completeocl.ui.labeling   
 

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type DefPropertyCS
 T CompleteOCLCSSwitch.caseDefPropertyCS(DefPropertyCS object)
          Returns the result of interpreting the object as an instance of 'Def Property CS'.
 Continuation<?> AbstractCompleteOCLCSContainmentVisitor.visitDefPropertyCS(DefPropertyCS csElement)
           
 Element AbstractCompleteOCLCSLeft2RightVisitor.visitDefPropertyCS(DefPropertyCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPostOrderVisitor.visitDefPropertyCS(DefPropertyCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPreOrderVisitor.visitDefPropertyCS(DefPropertyCS csElement)
           
 R AbstractDelegatingCompleteOCLCSVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 R CompleteOCLCSVisitor.visitDefPropertyCS(DefPropertyCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type DefPropertyCS
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitDefPropertyCS(DefPropertyCS self)
           
 Continuation<?> CompleteOCLCSContainmentVisitor.visitDefPropertyCS(DefPropertyCS csElement)
           
 Continuation<?> CompleteOCLCSPostOrderVisitor.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)