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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return PropertyContextDeclCS
 PropertyContextDeclCS CompleteOCLCSFactory.createPropertyContextDeclCS()
          Returns a new object of class 'Property Context Decl CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement PropertyContextDeclCS
 class PropertyContextDeclCSImpl
          An implementation of the model object 'Property Context Decl CS'.
 

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type PropertyContextDeclCS
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS self)
           
 Continuation<?> CompleteOCLCSContainmentVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS csElement)
           
 Continuation<?> CompleteOCLCSPostOrderVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS csElement)
           
 Continuation<?> CompleteOCLCSPreOrderVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type PropertyContextDeclCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_PropertyContextDeclCS(org.eclipse.emf.ecore.EObject context, PropertyContextDeclCS semanticObject)
          Constraint: (pathName=PathNameCS ownedType=TypeExpCS? (derivedInvariants+=ConstraintCS | defaultExpressions+=SpecificationCS)*)
 

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

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