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.completeOCLCST.util   
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.scoping   
org.eclipse.ocl.examples.xtext.essentialocl.util   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util   
 

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

Subinterfaces of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface ContextSpecificationCS
          A representation of the model object 'Context Specification CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement ExpSpecificationCS
 class ContextSpecificationCSImpl
          An implementation of the model object 'Context Specification CS'.
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type ExpSpecificationCS
 T CompleteOCLCSTSwitch.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.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type ExpSpecificationCS
 MonikeredElement EssentialOCLLeft2RightVisitor.visitExpSpecificationCS(ExpSpecificationCS object)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.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.scoping
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.scoping with parameters of type ExpSpecificationCS
ExpSpecificationCSScopeAdapter(TypeManager typeManager, ExpSpecificationCS csElement)
           
 

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.oclinEcoreCST
 

Subinterfaces of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 interface OCLinEcoreSpecificationCS
          A representation of the model object 'OC Lin Ecore Specification CS'.
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that implement ExpSpecificationCS
 class OCLinEcoreSpecificationCSImpl
          An implementation of the model object 'OC Lin Ecore Specification CS'.
 

Uses of ExpSpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util
 

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