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

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

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

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2pivot with parameters of type PropertyContextDeclCS
 Continuation<?> AbstractCompleteOCLContainmentVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS object)
           
 Element AbstractCompleteOCLLeft2RightVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS object)
           
 Continuation<?> AbstractCompleteOCLPostOrderVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS object)
           
 Continuation<?> AbstractCompleteOCLPreOrderVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS object)
           
 Continuation<?> CompleteOCLContainmentVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS csElement)
           
 Continuation<?> CompleteOCLPostOrderVisitor.visitPropertyContextDeclCS(PropertyContextDeclCS csElement)
           
 Continuation<?> CompleteOCLPreOrderVisitor.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)
           
 

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

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

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

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