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

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

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

Subinterfaces of ElementRefCS in org.eclipse.ocl.examples.xtext.base.basecs
 interface LambdaTypeCS
          A representation of the model object 'Lambda Type CS'.
 interface ModelElementRefCS
          A representation of the model object 'Model Element Ref CS'.
 interface PrimitiveTypeRefCS
          A representation of the model object 'Primitive Type Ref CS'.
 interface TemplateBindingCS
          A representation of the model object 'Template Binding 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 TypeRefCS
          A representation of the model object 'Type CS Ref'.
 interface WildcardTypeRefCS
          A representation of the model object 'Wildcard Type Ref CS'.
 

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

Classes in org.eclipse.ocl.examples.xtext.base.basecs.impl that implement ElementRefCS
 class ElementRefCSImpl
          An implementation of the model object 'Element Ref CS'.
 class LambdaTypeCSImpl
          An implementation of the model object 'Lambda Type CS'.
 class ModelElementRefCSImpl
          An implementation of the model object 'Model Element Ref CS'.
 class PrimitiveTypeRefCSImpl
          An implementation of the model object 'Primitive Type Ref CS'.
 class TemplateBindingCSImpl
          An implementation of the model object 'Template Binding 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'.
 

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

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

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

Methods in org.eclipse.ocl.examples.xtext.base.cs2as with parameters of type ElementRefCS
 void CS2Pivot.installPivotReference(ElementRefCS csElement, Element newPivotElement, org.eclipse.emf.ecore.EReference eReference)
          Install the mapping from a CS element to a completely independent pivot element.
 void CS2PivotConversion.installPivotReference(ElementRefCS csElement, Element newPivotElement, org.eclipse.emf.ecore.EReference eReference)
           
 Continuation<?> AutoBaseCSContainmentVisitor.visitElementRefCS(ElementRefCS self)
           
 Continuation<?> BaseCSContainmentVisitor.visitElementRefCS(ElementRefCS csElement)
           
 

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

Subinterfaces of ElementRefCS 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'.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement ElementRefCS
 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 ElementRefCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util
 

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