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.scoping.cs   
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.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.
 ClassCS ClassCSRef.getRef()
          Returns the value of the 'Ref' 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.
 void ClassCSRef.setRef(ClassCS value)
          Sets the value of the 'Ref' 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'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as ClassCS
protected  ClassCS ClassCSRefImpl.ref
          The cached value of the 'Ref' reference.
 

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

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)
           
 void ClassCSRefImpl.setRef(ClassCS newRef)
           
 

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
protected  void BasePreOrderVisitor.refreshProperties(ClassCS csClass, Class pivotElement)
           
 Continuation<?> BasePreOrderVisitor.visitClassCS(ClassCS csClass)
           
 ScopeCSAdapter BaseScopeVisitor.visitClassCS(ClassCS eObject)
           
 

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

Uses of ClassCS in org.eclipse.ocl.examples.xtext.base.scoping.cs
 

Methods in org.eclipse.ocl.examples.xtext.base.scoping.cs with parameters of type ClassCS
 java.util.List<Type> BaseCSScopeAdapter.getConformsTo(ClassCS csClass)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.scoping.cs with parameters of type ClassCS
ClassCSScopeAdapter(TypeManager typeManager, 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.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'.