Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.ClassCS

Packages that use ClassCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl   
org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util   
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return ClassCS
 ClassCS BaseCSTFactory.createClassCS()
          Returns a new object of class 'Class CS'.
 ClassCS StructuralFeatureCS.getOwner()
          Returns the value of the 'Owner' container reference.
 ClassCS OperationCS.getOwningClass()
          Returns the value of the 'Owning Class' container reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type ClassCS
 void StructuralFeatureCS.setOwner(ClassCS value)
          Sets the value of the 'Owner' container reference.
 void OperationCS.setOwningClass(ClassCS value)
          Sets the value of the 'Owning Class' container reference.
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement ClassCS
 class ClassCSImpl
          An implementation of the model object 'Class CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return ClassCS
 ClassCS BaseCSTFactoryImpl.createClassCS()
           
 ClassCS StructuralFeatureCSImpl.getOwner()
           
 ClassCS OperationCSImpl.getOwningClass()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type ClassCS
 org.eclipse.emf.common.notify.NotificationChain StructuralFeatureCSImpl.basicSetOwner(ClassCS newOwner, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain OperationCSImpl.basicSetOwningClass(ClassCS newOwningClass, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void StructuralFeatureCSImpl.setOwner(ClassCS newOwner)
           
 void OperationCSImpl.setOwningClass(ClassCS newOwningClass)
           
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type ClassCS
 T BaseCSTSwitch.caseClassCS(ClassCS object)
          Returns the result of interpreting the object as an instance of 'Class CS'.
 boolean BaseCSTValidator.validateClassCS(ClassCS classCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type ClassCS
 Continuation<?> BaseContainmentVisitor.visitClassCS(ClassCS csElement)
           
 Continuation<?> BasePreOrderVisitor.visitClassCS(ClassCS csClass)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type ClassCS
BasePreOrderVisitor.ClassSupersContinuation(CS2PivotConversion context, Class pivotParent, ClassCS csElement)
           
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type ClassCS
 R AbstractDelegatingBaseCSVisitor.visitClassCS(ClassCS object)
           
 R AbstractExtendingBaseCSVisitor.visitClassCS(ClassCS object)
           
 R AbstractNullBaseCSVisitor.visitClassCS(ClassCS object)
           
 R BaseCSVisitor.visitClassCS(ClassCS object)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return ClassCS
 ClassCS FeatureContextDeclCS.getClass_()
          Returns the value of the 'Class' reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type ClassCS
 void FeatureContextDeclCS.setClass(ClassCS value)
          Sets the value of the 'Class' reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as ClassCS
protected  ClassCS FeatureContextDeclCSImpl.class_
          The cached value of the 'Class' reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return ClassCS
 ClassCS FeatureContextDeclCSImpl.basicGetClass()
           
 ClassCS FeatureContextDeclCSImpl.getClass_()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type ClassCS
 void FeatureContextDeclCSImpl.setClass(ClassCS newClass)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type ClassCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_ClassCS(org.eclipse.emf.ecore.EObject context, ClassCS semanticObject)
          Constraint: ( qualifier+='abstract'? name=UnrestrictedName ownedTemplateSignature=TemplateSignatureCS? (ownedSuperType+=TypedRefCS ownedSuperType+=TypedRefCS*)? instanceClassName=SINGLE_QUOTED_STRING? qualifier+='interface'? (ownedAnnotation+=AnnotationElementCS | ownedOperation+=OperationCS | ownedProperty+=StructuralFeatureCS | ownedConstraint+=InvariantConstraintCS)* )
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 

Subinterfaces of ClassCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST
 interface LibClassCS
          A representation of the model object 'Lib Class CS'.
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.impl that implement ClassCS
 class LibClassCSImpl
          An implementation of the model object 'Lib Class CS'.
 

Uses of ClassCS in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.oclstdlibCST.util with parameters of type ClassCS
 T OCLstdlibCSTSwitch.caseClassCS(ClassCS object)
          Returns the result of interpreting the object as an instance of 'Class CS'.