Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.ExpSpecificationCS

Packages that use ExpSpecificationCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return ExpSpecificationCS
 ExpSpecificationCS DefCS.getSpecification()
          Returns the value of the 'Specification' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return types with arguments of type ExpSpecificationCS
 org.eclipse.emf.common.util.EList<ExpSpecificationCS> OperationContextDeclCS.getBodies()
          Returns the value of the 'Bodies' containment reference list.
 org.eclipse.emf.common.util.EList<ExpSpecificationCS> PropertyContextDeclCS.getDefaultExpressions()
          Returns the value of the 'Default Expressions' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type ExpSpecificationCS
 void DefCS.setSpecification(ExpSpecificationCS value)
          Sets the value of the 'Specification' containment reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as ExpSpecificationCS
protected  ExpSpecificationCS DefCSImpl.specification
          The cached value of the 'Specification' containment reference.
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with type parameters of type ExpSpecificationCS
protected  org.eclipse.emf.common.util.EList<ExpSpecificationCS> OperationContextDeclCSImpl.bodies
          The cached value of the 'Bodies' containment reference list.
protected  org.eclipse.emf.common.util.EList<ExpSpecificationCS> PropertyContextDeclCSImpl.defaultExpressions
          The cached value of the 'Default Expressions' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return ExpSpecificationCS
 ExpSpecificationCS DefCSImpl.getSpecification()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return types with arguments of type ExpSpecificationCS
 org.eclipse.emf.common.util.EList<ExpSpecificationCS> OperationContextDeclCSImpl.getBodies()
           
 org.eclipse.emf.common.util.EList<ExpSpecificationCS> PropertyContextDeclCSImpl.getDefaultExpressions()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type ExpSpecificationCS
 org.eclipse.emf.common.notify.NotificationChain DefCSImpl.basicSetSpecification(ExpSpecificationCS newSpecification, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DefCSImpl.setSpecification(ExpSpecificationCS newSpecification)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.serializer with parameters of type ExpSpecificationCS
protected  void AbstractCompleteOCLSemanticSequencer.sequence_SpecificationCS(org.eclipse.emf.ecore.EObject context, ExpSpecificationCS semanticObject)
          Constraint: (ownedExpression=ExpCS | exprString=UNQUOTED_STRING)
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type ExpSpecificationCS
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitExpSpecificationCS(ExpSpecificationCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return ExpSpecificationCS
 ExpSpecificationCS EssentialOCLCSTFactory.createExpSpecificationCS()
          Returns a new object of class 'Exp Specification CS'.
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement ExpSpecificationCS
 class ExpSpecificationCSImpl
          An implementation of the model object 'Exp Constraint CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return ExpSpecificationCS
 ExpSpecificationCS EssentialOCLCSTFactoryImpl.createExpSpecificationCS()
           
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type ExpSpecificationCS
 T EssentialOCLCSTSwitch.caseExpSpecificationCS(ExpSpecificationCS object)
          Returns the result of interpreting the object as an instance of 'Exp Specification CS'.
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.essentialocl.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type ExpSpecificationCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 R EssentialOCLCSVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type ExpSpecificationCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_SpecificationCS(org.eclipse.emf.ecore.EObject context, ExpSpecificationCS semanticObject)
          Constraint: (ownedExpression=ExpCS | exprString=UNQUOTED_STRING)
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.oclstdlib.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type ExpSpecificationCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_SpecificationCS(org.eclipse.emf.ecore.EObject context, ExpSpecificationCS semanticObject)
          Constraint: ownedExpression=ExpCS