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

Packages that use TypedRefCS
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.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util   
 

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

Subinterfaces of TypedRefCS in org.eclipse.ocl.examples.xtext.base.basecs
 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 TypedTypeRefCS
          A representation of the model object 'Typed Type Ref CS'.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return TypedRefCS
 TypedRefCS WildcardTypeRefCS.getExtends()
          Returns the value of the 'Extends' containment reference.
 TypedRefCS LambdaTypeCS.getOwnedContextType()
          Returns the value of the 'Owned Context Type' containment reference.
 TypedRefCS ClassCS.getOwnedMetaType()
          Returns the value of the 'Owned Meta Type' containment reference.
 TypedRefCS LambdaTypeCS.getOwnedResultType()
          Returns the value of the 'Owned Result Type' containment reference.
 TypedRefCS TypeParameterCS.getOwnedSuper()
          Returns the value of the 'Owned Super' containment reference.
 TypedRefCS TypedElementCS.getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 TypedRefCS WildcardTypeRefCS.getSuper()
          Returns the value of the 'Super' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs that return types with arguments of type TypedRefCS
 org.eclipse.emf.common.util.EList<TypedRefCS> OperationCS.getOwnedException()
          Returns the value of the 'Owned Exception' containment reference list.
 org.eclipse.emf.common.util.EList<TypedRefCS> TypeParameterCS.getOwnedExtends()
          Returns the value of the 'Owned Extends' containment reference list.
 org.eclipse.emf.common.util.EList<TypedRefCS> LambdaTypeCS.getOwnedParameterType()
          Returns the value of the 'Owned Parameter Type' containment reference list.
 org.eclipse.emf.common.util.EList<TypedRefCS> ClassCS.getOwnedSuperType()
          Returns the value of the 'Owned Super Type' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs with parameters of type TypedRefCS
 void WildcardTypeRefCS.setExtends(TypedRefCS value)
          Sets the value of the 'Extends' containment reference.
 void LambdaTypeCS.setOwnedContextType(TypedRefCS value)
          Sets the value of the 'Owned Context Type' containment reference.
 void ClassCS.setOwnedMetaType(TypedRefCS value)
          Sets the value of the 'Owned Meta Type' containment reference.
 void LambdaTypeCS.setOwnedResultType(TypedRefCS value)
          Sets the value of the 'Owned Result Type' containment reference.
 void TypeParameterCS.setOwnedSuper(TypedRefCS value)
          Sets the value of the 'Owned Super' containment reference.
 void TypedElementCS.setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 void WildcardTypeRefCS.setSuper(TypedRefCS value)
          Sets the value of the 'Super' containment reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement TypedRefCS
 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'.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl declared as TypedRefCS
protected  TypedRefCS WildcardTypeRefCSImpl.extends_
          The cached value of the 'Extends' containment reference.
protected  TypedRefCS LambdaTypeCSImpl.ownedContextType
          The cached value of the 'Owned Context Type' containment reference.
protected  TypedRefCS ClassCSImpl.ownedMetaType
          The cached value of the 'Owned Meta Type' containment reference.
protected  TypedRefCS LambdaTypeCSImpl.ownedResultType
          The cached value of the 'Owned Result Type' containment reference.
protected  TypedRefCS TypeParameterCSImpl.ownedSuper
          The cached value of the 'Owned Super' containment reference.
protected  TypedRefCS TypedElementCSImpl.ownedType
          The cached value of the 'Owned Type' containment reference.
protected  TypedRefCS WildcardTypeRefCSImpl.super_
          The cached value of the 'Super' containment reference.
 

Fields in org.eclipse.ocl.examples.xtext.base.basecs.impl with type parameters of type TypedRefCS
protected  org.eclipse.emf.common.util.EList<TypedRefCS> OperationCSImpl.ownedException
          The cached value of the 'Owned Exception' containment reference list.
protected  org.eclipse.emf.common.util.EList<TypedRefCS> TypeParameterCSImpl.ownedExtends
          The cached value of the 'Owned Extends' containment reference list.
protected  org.eclipse.emf.common.util.EList<TypedRefCS> LambdaTypeCSImpl.ownedParameterType
          The cached value of the 'Owned Parameter Type' containment reference list.
protected  org.eclipse.emf.common.util.EList<TypedRefCS> ClassCSImpl.ownedSuperType
          The cached value of the 'Owned Super Type' containment reference list.
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return TypedRefCS
 TypedRefCS WildcardTypeRefCSImpl.getExtends()
           
 TypedRefCS LambdaTypeCSImpl.getOwnedContextType()
           
 TypedRefCS ClassCSImpl.getOwnedMetaType()
           
 TypedRefCS LambdaTypeCSImpl.getOwnedResultType()
           
 TypedRefCS TypeParameterCSImpl.getOwnedSuper()
           
 TypedRefCS TypedElementCSImpl.getOwnedType()
           
 TypedRefCS WildcardTypeRefCSImpl.getSuper()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl that return types with arguments of type TypedRefCS
 org.eclipse.emf.common.util.EList<TypedRefCS> OperationCSImpl.getOwnedException()
           
 org.eclipse.emf.common.util.EList<TypedRefCS> TypeParameterCSImpl.getOwnedExtends()
           
 org.eclipse.emf.common.util.EList<TypedRefCS> LambdaTypeCSImpl.getOwnedParameterType()
           
 org.eclipse.emf.common.util.EList<TypedRefCS> ClassCSImpl.getOwnedSuperType()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.basecs.impl with parameters of type TypedRefCS
 org.eclipse.emf.common.notify.NotificationChain WildcardTypeRefCSImpl.basicSetExtends(TypedRefCS newExtends, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LambdaTypeCSImpl.basicSetOwnedContextType(TypedRefCS newOwnedContextType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ClassCSImpl.basicSetOwnedMetaType(TypedRefCS newOwnedMetaType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain LambdaTypeCSImpl.basicSetOwnedResultType(TypedRefCS newOwnedResultType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypeParameterCSImpl.basicSetOwnedSuper(TypedRefCS newOwnedSuper, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypedElementCSImpl.basicSetOwnedType(TypedRefCS newOwnedType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain WildcardTypeRefCSImpl.basicSetSuper(TypedRefCS newSuper, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void WildcardTypeRefCSImpl.setExtends(TypedRefCS newExtends)
           
 void LambdaTypeCSImpl.setOwnedContextType(TypedRefCS newOwnedContextType)
           
 void ClassCSImpl.setOwnedMetaType(TypedRefCS newOwnedMetaType)
           
 void LambdaTypeCSImpl.setOwnedResultType(TypedRefCS newOwnedResultType)
           
 void TypeParameterCSImpl.setOwnedSuper(TypedRefCS newOwnedSuper)
           
 void TypedElementCSImpl.setOwnedType(TypedRefCS newOwnedType)
           
 void WildcardTypeRefCSImpl.setSuper(TypedRefCS newSuper)
           
 

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

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

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

Classes in org.eclipse.ocl.examples.xtext.base.cs2as with type parameters of type TypedRefCS
protected static class BaseCSPreOrderVisitor.TypedRefContinuation<T extends TypedRefCS>
           
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TypedRefCS
 void CS2PivotConversion.installPivotTypeWithMultiplicity(Type pivotType, TypedRefCS csElement)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitTypedRefCS(TypedRefCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitTypedRefCS(TypedRefCS csElement)
           
 

Constructors in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type TypedRefCS
PivotTypeOfRefDependency(TypedRefCS csElement)
           
 

Uses of TypedRefCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs that return TypedRefCS
 TypedRefCS FeatureContextDeclCS.getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs with parameters of type TypedRefCS
 void FeatureContextDeclCS.setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 

Uses of TypedRefCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl declared as TypedRefCS
protected  TypedRefCS FeatureContextDeclCSImpl.ownedType
          The cached value of the 'Owned Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that return TypedRefCS
 TypedRefCS FeatureContextDeclCSImpl.getOwnedType()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl with parameters of type TypedRefCS
 org.eclipse.emf.common.notify.NotificationChain FeatureContextDeclCSImpl.basicSetOwnedType(TypedRefCS newOwnedType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void FeatureContextDeclCSImpl.setOwnedType(TypedRefCS newOwnedType)
           
 

Uses of TypedRefCS in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs that return TypedRefCS
protected  TypedRefCS CompleteOCLDeclarationVisitor.convertTypeRef(TypedMultiplicityElement object)
           
 

Uses of TypedRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return TypedRefCS
 TypedRefCS CollectionTypeCS.getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 TypedRefCS NavigatingArgCS.getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 TypedRefCS TypeLiteralExpCS.getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 TypedRefCS VariableCS.getOwnedType()
          Returns the value of the 'Owned Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs with parameters of type TypedRefCS
 void CollectionTypeCS.setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 void NavigatingArgCS.setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 void TypeLiteralExpCS.setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 void VariableCS.setOwnedType(TypedRefCS value)
          Sets the value of the 'Owned Type' containment reference.
 

Uses of TypedRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl
 

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

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl declared as TypedRefCS
protected  TypedRefCS CollectionTypeCSImpl.ownedType
          The cached value of the 'Owned Type' containment reference.
protected  TypedRefCS NavigatingArgCSImpl.ownedType
          The cached value of the 'Owned Type' containment reference.
protected  TypedRefCS TypeLiteralExpCSImpl.ownedType
          The cached value of the 'Owned Type' containment reference.
protected  TypedRefCS VariableCSImpl.ownedType
          The cached value of the 'Owned Type' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return TypedRefCS
 TypedRefCS CollectionTypeCSImpl.getOwnedType()
           
 TypedRefCS NavigatingArgCSImpl.getOwnedType()
           
 TypedRefCS TypeLiteralExpCSImpl.getOwnedType()
           
 TypedRefCS VariableCSImpl.getOwnedType()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl with parameters of type TypedRefCS
 org.eclipse.emf.common.notify.NotificationChain CollectionTypeCSImpl.basicSetOwnedType(TypedRefCS newOwnedType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain NavigatingArgCSImpl.basicSetOwnedType(TypedRefCS newOwnedType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypeLiteralExpCSImpl.basicSetOwnedType(TypedRefCS newOwnedType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain VariableCSImpl.basicSetOwnedType(TypedRefCS newOwnedType, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void CollectionTypeCSImpl.setOwnedType(TypedRefCS newOwnedType)
           
 void NavigatingArgCSImpl.setOwnedType(TypedRefCS newOwnedType)
           
 void TypeLiteralExpCSImpl.setOwnedType(TypedRefCS newOwnedType)
           
 void VariableCSImpl.setOwnedType(TypedRefCS newOwnedType)
           
 

Uses of TypedRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type TypedRefCS
 T EssentialOCLCSSwitch.caseTypedRefCS(TypedRefCS object)
          Returns the result of interpreting the object as an instance of 'Typed Ref CS'.