Uses of Interface
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.NamedExpCS

Packages that use NamedExpCS
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util   
org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util   
 

Uses of NamedExpCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Subinterfaces of NamedExpCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 interface PreExpCS
          A representation of the model object 'Pre Exp CS'.
 

Uses of NamedExpCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that implement NamedExpCS
 class PreExpCSImpl
          An implementation of the model object 'Pre Exp CS'.
 

Uses of NamedExpCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.util with parameters of type NamedExpCS
 T CompleteOCLCSTSwitch.caseNamedExpCS(NamedExpCS object)
          Returns the result of interpreting the object as an instance of 'Named Exp CS'.
 

Uses of NamedExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type NamedExpCS
protected  OclExpression EssentialOCLLeft2RightVisitor.checkImplementation(NamedExpCS csNavigatingExp, Feature feature, CallExp callExp, OclExpression expression)
           
protected  OclExpression EssentialOCLLeft2RightVisitor.resolveNavigationFeature(NamedExpCS csElement, OclExpression source, Feature feature, CallExp callExp)
          Resolve any implicit collect().
protected  OclExpression EssentialOCLLeft2RightVisitor.resolveNavigationSource(NamedExpCS csNameExp, Feature feature)
          Resolve any implicit source and any associated implicit oclAsSet().
protected  OclExpression EssentialOCLLeft2RightVisitor.resolvePropertyCallExp(NamedExpCS csNameExp, Property property)
           
protected  OclExpression EssentialOCLLeft2RightVisitor.resolvePropertyNavigation(NamedExpCS csNamedExp)
           
 

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

Subinterfaces of NamedExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST
 interface DecoratedNamedExpCS
          A representation of the model object 'Decorated Named Exp CS'.
 interface IndexExpCS
          A representation of the model object 'Index Exp CS'.
 interface NameExpCS
          A representation of the model object 'Named Element Ref CS'.
 interface NavigatingExpCS
          A representation of the model object 'Navigating Exp CS'.
 interface SimpleNamedExpCS
          A representation of the model object 'Simple Named Exp CS'.
 interface TypeNameExpCS
          A representation of the model object 'Type Name Exp CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return NamedExpCS
 NamedExpCS DecoratedNamedExpCS.getNamedExp()
          Returns the value of the 'Named Exp' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST with parameters of type NamedExpCS
 void DecoratedNamedExpCS.setNamedExp(NamedExpCS value)
          Sets the value of the 'Named Exp' containment reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement NamedExpCS
 class DecoratedNamedExpCSImpl
          An implementation of the model object 'Decorated Named Exp CS'.
 class IndexExpCSImpl
          An implementation of the model object 'Index Exp CS'.
 class NameExpCSImpl
          An implementation of the model object 'Named Element Ref CS'.
 class NavigatingExpCSImpl
          An implementation of the model object 'Navigating Exp CS'.
 class TypeNameExpCSImpl
          An implementation of the model object 'Type Name Exp CS'.
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl declared as NamedExpCS
protected  NamedExpCS DecoratedNamedExpCSImpl.namedExp
          The cached value of the 'Named Exp' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return NamedExpCS
 NamedExpCS DecoratedNamedExpCSImpl.getNamedExp()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with parameters of type NamedExpCS
 org.eclipse.emf.common.notify.NotificationChain DecoratedNamedExpCSImpl.basicSetNamedExp(NamedExpCS newNamedExp, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void DecoratedNamedExpCSImpl.setNamedExp(NamedExpCS newNamedExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.util with parameters of type NamedExpCS
 T EssentialOCLCSTSwitch.caseNamedExpCS(NamedExpCS object)
          Returns the result of interpreting the object as an instance of 'Named Exp CS'.