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

Packages that use ExpSpecificationCS
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.cs2as   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.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.completeoclcs
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs 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.completeoclcs 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.completeoclcs.impl
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.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.completeoclcs.impl that return ExpSpecificationCS
 ExpSpecificationCS DefCSImpl.getSpecification()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.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.completeoclcs.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.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type ExpSpecificationCS
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitExpSpecificationCS(ExpSpecificationCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitExpSpecificationCS(ExpSpecificationCS csElement)
           
 Continuation<?> EssentialOCLCSPostOrderVisitor.visitExpSpecificationCS(ExpSpecificationCS csElement)
           
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type ExpSpecificationCS
EssentialOCLCSPostOrderVisitor.ExpSpecificationCSCompletion(CS2PivotConversion context, ExpSpecificationCS csElement)
           
 

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

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

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

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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type ExpSpecificationCS
 T EssentialOCLCSSwitch.caseExpSpecificationCS(ExpSpecificationCS object)
          Returns the result of interpreting the object as an instance of 'Exp Specification CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitExpSpecificationCS(ExpSpecificationCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitExpSpecificationCS(ExpSpecificationCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitExpSpecificationCS(ExpSpecificationCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitExpSpecificationCS(ExpSpecificationCS csElement)
           
 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