Uses of Interface
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.OCLinEcoreSpecificationCS

Packages that use OCLinEcoreSpecificationCS
org.eclipse.ocl.examples.xtext.oclinecore.cs2pivot   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclinecore.util   
 

Uses of OCLinEcoreSpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.cs2pivot with parameters of type OCLinEcoreSpecificationCS
 Continuation<?> AbstractOCLinEcoreContainmentVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 Element AbstractOCLinEcoreLeft2RightVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 Continuation<?> AbstractOCLinEcorePostOrderVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 Continuation<?> AbstractOCLinEcorePreOrderVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 

Uses of OCLinEcoreSpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST that return OCLinEcoreSpecificationCS
 OCLinEcoreSpecificationCS OCLinEcoreCSTFactory.createOCLinEcoreSpecificationCS()
          Returns a new object of class 'OC Lin Ecore Specification CS'.
 

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

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.impl that return OCLinEcoreSpecificationCS
 OCLinEcoreSpecificationCS OCLinEcoreCSTFactoryImpl.createOCLinEcoreSpecificationCS()
           
 

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.oclinEcoreCST.util with parameters of type OCLinEcoreSpecificationCS
 T OCLinEcoreCSTSwitch.caseOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
          Returns the result of interpreting the object as an instance of 'OC Lin Ecore Specification CS'.
 

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

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

Uses of OCLinEcoreSpecificationCS in org.eclipse.ocl.examples.xtext.oclinecore.util
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.util with parameters of type OCLinEcoreSpecificationCS
 R AbstractDelegatingOCLinEcoreCSVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 R AbstractExtendingDelegatingOCLinEcoreCSVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 R AbstractExtendingOCLinEcoreCSVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 R AbstractNullOCLinEcoreCSVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)
           
 R OCLinEcoreCSVisitor.visitOCLinEcoreSpecificationCS(OCLinEcoreSpecificationCS object)