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

Packages that use TypedTypeRefCS
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.base.utilities   
 

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

Subinterfaces of TypedTypeRefCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface CollectionTypeRefCS
          A representation of the model object 'Collection Type Ref CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return TypedTypeRefCS
 TypedTypeRefCS BaseCSTFactory.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.baseCST 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.baseCST.impl
 

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

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

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.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.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type TypedTypeRefCS
 T BaseCSTSwitch.caseTypedTypeRefCS(TypedTypeRefCS object)
          Returns the result of interpreting the object as an instance of 'Typed Type Ref CS'.
 boolean BaseCSTValidator.validateTypedTypeRefCS(TypedTypeRefCS typedTypeRefCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypedTypeRefCS
protected  TemplateableElement CS2PivotConversion.specializeTemplates(TypedTypeRefCS csElement)
           
 Continuation<?> BasePostOrderVisitor.visitTypedTypeRefCS(TypedTypeRefCS object)
           
 Continuation<?> BasePreOrderVisitor.visitTypedTypeRefCS(TypedTypeRefCS csTypedTypeRef)
           
 ScopeCSAdapter BaseScopeVisitor.visitTypedTypeRefCS(TypedTypeRefCS eObject)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypedTypeRefCS
BasePreOrderVisitor.TypeRefContinuation(CS2PivotConversion context, TypedTypeRefCS csElement)
           
 

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

Constructors in org.eclipse.ocl.examples.xtext.base.scoping.cs with parameters of type TypedTypeRefCS
TypedTypeRefCSScopeAdapter(TypeManager typeManager, TypedTypeRefCS csElement)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type TypedTypeRefCS
 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.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type TypedTypeRefCS
 void CS2Moniker.appendTemplateBindingsCS(TypedTypeRefCS typeRef)
           
static java.lang.String ElementUtil.getText(TypedTypeRefCS csElement, org.eclipse.emf.ecore.EReference feature)
           
 java.lang.Boolean BaseCS2MonikerVisitor.visitTypedTypeRefCS(TypedTypeRefCS object)