Uses of Interface
org.eclipse.ocl.examples.xtext.base.basecs.TypedTypeRefCS

Packages that use TypedTypeRefCS
org.eclipse.ocl.examples.xtext.base.basecs   
org.eclipse.ocl.examples.xtext.base.basecs.impl   
org.eclipse.ocl.examples.xtext.base.basecs.util   
org.eclipse.ocl.examples.xtext.base.cs2as   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.oclinecore.serializer   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

Uses of TypedTypeRefCS in org.eclipse.ocl.examples.xtext.base.basecs
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return TypedTypeRefCS
 TypedTypeRefCS BaseCSFactory.createTypedTypeRefCS()
          Returns a new object of class 'Typed Type Ref CS'.
 TypedTypeRefCS TemplateBindingCS.getOwningTemplateBindableElement()
          Returns the value of the 'Owning Template Bindable Element' container reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs with parameters of type TypedTypeRefCS
 void TemplateBindingCS.setOwningTemplateBindableElement(TypedTypeRefCS value)
          Sets the value of the 'Owning Template Bindable Element' container reference.
 

Uses of TypedTypeRefCS in org.eclipse.ocl.examples.xtext.base.basecs.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement TypedTypeRefCS
 class TypedTypeRefCSImpl
          An implementation of the model object 'Typed Type Ref CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return TypedTypeRefCS
 TypedTypeRefCS BaseCSFactoryImpl.createTypedTypeRefCS()
           
 TypedTypeRefCS TemplateBindingCSImpl.getOwningTemplateBindableElement()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl with parameters of type TypedTypeRefCS
 org.eclipse.emf.common.notify.NotificationChain TemplateBindingCSImpl.basicSetOwningTemplateBindableElement(TypedTypeRefCS newOwningTemplateBindableElement, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TemplateBindingCSImpl.setOwningTemplateBindableElement(TypedTypeRefCS newOwningTemplateBindableElement)
           
 

Uses of TypedTypeRefCS in org.eclipse.ocl.examples.xtext.base.basecs.util
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.util with parameters of type TypedTypeRefCS
 T BaseCSSwitch.caseTypedTypeRefCS(TypedTypeRefCS object)
          Returns the result of interpreting the object as an instance of 'Typed Type Ref CS'.
 boolean BaseCSValidator.validateTypedTypeRefCS(TypedTypeRefCS typedTypeRefCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 R AbstractDelegatingBaseCSVisitor.visitTypedTypeRefCS(TypedTypeRefCS object)
           
 R AbstractExtendingBaseCSVisitor.visitTypedTypeRefCS(TypedTypeRefCS object)
           
 R AbstractNullBaseCSVisitor.visitTypedTypeRefCS(TypedTypeRefCS object)
           
 R BaseCSVisitor.visitTypedTypeRefCS(TypedTypeRefCS object)
           
 

Uses of TypedTypeRefCS in org.eclipse.ocl.examples.xtext.base.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TypedTypeRefCS
static Element CS2Pivot.basicGetType(TypedTypeRefCS csTypedRef)
           
protected  TemplateableElement CS2PivotConversion.specializeTemplates(TypedTypeRefCS csElement)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitTypedTypeRefCS(TypedTypeRefCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitTypedTypeRefCS(TypedTypeRefCS csElement)
           
 Continuation<?> BaseCSPostOrderVisitor.visitTypedTypeRefCS(TypedTypeRefCS object)
           
 Continuation<?> BaseCSPreOrderVisitor.visitTypedTypeRefCS(TypedTypeRefCS csTypedTypeRef)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TypedTypeRefCS
BaseCSPreOrderVisitor.SpecializedTypeRefContinuation1(CS2PivotConversion context, TypedTypeRefCS csElement)
           
BaseCSPreOrderVisitor.SpecializedTypeRefContinuation2(CS2PivotConversion context, TypedTypeRefCS csElement)
           
BaseCSPreOrderVisitor.UnspecializedTypeRefContinuation(CS2PivotConversion context, TypedTypeRefCS csElement)
           
PivotHasSuperClassesDependency(TypedTypeRefCS csElement)
           
 

Uses of TypedTypeRefCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type TypedTypeRefCS
static java.lang.String ElementUtil.getText(TypedTypeRefCS csElement, org.eclipse.emf.ecore.EReference feature)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.oclinecore.serializer with parameters of type TypedTypeRefCS
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_TypedMultiplicityRefCS_TypedTypeRefCS(org.eclipse.emf.ecore.EObject context, TypedTypeRefCS semanticObject)
          Constraint: (pathName=PathNameCS ownedTemplateBinding=TemplateBindingCS? multiplicity=MultiplicityCS?)
protected  void AbstractOCLinEcoreSemanticSequencer.sequence_TypedTypeRefCS(org.eclipse.emf.ecore.EObject context, TypedTypeRefCS semanticObject)
          Constraint: (pathName=PathNameCS ownedTemplateBinding=TemplateBindingCS?)
 

Uses of TypedTypeRefCS in org.eclipse.ocl.examples.xtext.oclstdlib.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type TypedTypeRefCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_LambdaContextTypeRefCS(org.eclipse.emf.ecore.EObject context, TypedTypeRefCS semanticObject)
          Constraint: pathName=LibPathNameCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_TypedMultiplicityRefCS_TypedTypeRefCS(org.eclipse.emf.ecore.EObject context, TypedTypeRefCS semanticObject)
          Constraint: (pathName=LibPathNameCS ownedTemplateBinding=TemplateBindingCS? multiplicity=MultiplicityCS?)
protected  void AbstractOCLstdlibSemanticSequencer.sequence_TypedTypeRefCS(org.eclipse.emf.ecore.EObject context, TypedTypeRefCS semanticObject)
          Constraint: (pathName=LibPathNameCS ownedTemplateBinding=TemplateBindingCS?)