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

Packages that use TypeRefCS
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.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling   
 

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

Subinterfaces of TypeRefCS in org.eclipse.ocl.examples.xtext.base.baseCST
 interface LambdaTypeCS
          A representation of the model object 'Lambda Type CS'.
 interface PrimitiveTypeRefCS
          A representation of the model object 'Primitive Type Ref CS'.
 interface TupleTypeCS
          A representation of the model object 'Tuple Type CS'.
 interface TypedRefCS
          A representation of the model object 'Typed Ref CS'.
 interface TypedTypeRefCS
          A representation of the model object 'Typed Type Ref CS'.
 interface WildcardTypeRefCS
          A representation of the model object 'Wildcard Type Ref CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return TypeRefCS
 TypeRefCS TemplateParameterSubstitutionCS.getOwnedActualParameter()
          Returns the value of the 'Owned Actual Parameter' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type TypeRefCS
 void TemplateParameterSubstitutionCS.setOwnedActualParameter(TypeRefCS value)
          Sets the value of the 'Owned Actual Parameter' containment reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement TypeRefCS
 class LambdaTypeCSImpl
          An implementation of the model object 'Lambda Type CS'.
 class PrimitiveTypeRefCSImpl
          An implementation of the model object 'Primitive Type Ref CS'.
 class TupleTypeCSImpl
          An implementation of the model object 'Tuple Type CS'.
 class TypedRefCSImpl
          An implementation of the model object 'Typed Ref CS'.
 class TypedTypeRefCSImpl
          An implementation of the model object 'Typed Type Ref CS'.
 class TypeRefCSImpl
          An implementation of the model object 'Type CS Ref'.
 class WildcardTypeRefCSImpl
          An implementation of the model object 'Wildcard Type Ref CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as TypeRefCS
protected  TypeRefCS TemplateParameterSubstitutionCSImpl.ownedActualParameter
          The cached value of the 'Owned Actual Parameter' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return TypeRefCS
 TypeRefCS TemplateParameterSubstitutionCSImpl.getOwnedActualParameter()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type TypeRefCS
 org.eclipse.emf.common.notify.NotificationChain TemplateParameterSubstitutionCSImpl.basicSetOwnedActualParameter(TypeRefCS newOwnedActualParameter, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void TemplateParameterSubstitutionCSImpl.setOwnedActualParameter(TypeRefCS newOwnedActualParameter)
           
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type TypeRefCS
 Dependency CS2PivotConversion.createTypeIsReferenceableDependency(TypeRefCS csTemplateParameter)
           
 Continuation<?> BaseContainmentVisitor.visitTypeRefCS(TypeRefCS csElement)
           
 Element BaseLeft2RightVisitor.visitTypeRefCS(TypeRefCS object)
           
 

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

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

Uses of TypeRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 

Subinterfaces of TypeRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 interface CollectionTypeCS
          A representation of the model object 'Collection Type CS'.
 interface TypeNameExpCS
          A representation of the model object 'Type Name Exp CS'.
 

Uses of TypeRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement TypeRefCS
 class CollectionTypeCSImpl
          An implementation of the model object 'Collection Type CS'.
 class TypeNameExpCSImpl
          An implementation of the model object 'Type Name Exp CS'.
 

Uses of TypeRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type TypeRefCS
 T EssentialOCLCSTSwitch.caseTypeRefCS(TypeRefCS object)
          Returns the result of interpreting the object as an instance of 'Type Ref CS'.
 

Uses of TypeRefCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type TypeRefCS
protected  void BaseLabelProvider.appendType(java.lang.StringBuilder s, TypeRefCS type)
           
 

Uses of TypeRefCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type TypeRefCS
protected  boolean EssentialOCLOutlineTreeProvider._isLeaf(TypeRefCS csExp)
           
 

Uses of TypeRefCS in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.oclinecore.ui.labeling with parameters of type TypeRefCS
protected  java.lang.String OCLinEcoreLabelProvider.image(TypeRefCS ele)
           
 java.lang.String OCLinEcoreLabelProvider.text(TypeRefCS ele)