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

Packages that use NamedExpCS
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.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  CallExp EssentialOCLLeft2RightVisitor.resolveNavigationFeature(NamedExpCS csElement, OCLExpression source, Feature feature, CallExp callExp)
          Synthesize any any implicit collect() call.
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)
           
protected  OCLExpression EssentialOCLLeft2RightVisitor.resolveUnknownOperation(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 ConstructorExpCS
          A representation of the model object 'Constructor Exp CS'.
 interface IndexExpCS
          A representation of the model object 'Index Exp CS'.
 interface InvocationExpCS
          A representation of the model object 'Navigating Exp CS'.
 interface NameExpCS
          A representation of the model object 'Named Element Ref CS'.
 

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 ConstructorExpCSImpl
          An implementation of the model object 'Constructor Exp CS'.
 class IndexExpCSImpl
          An implementation of the model object 'Index Exp CS'.
 class InvocationExpCSImpl
          An implementation of the model object 'Navigating Exp CS'.
 class NameExpCSImpl
          An implementation of the model object 'Named Element Ref CS'.
 

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'.