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

Packages that use AbstractNameExpCS
org.eclipse.ocl.examples.xtext.essentialocl.attributes   
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 AbstractNameExpCS in org.eclipse.ocl.examples.xtext.essentialocl.attributes
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.attributes with parameters of type AbstractNameExpCS
static NavigationOperatorCS NavigationUtil.getNavigationOperator(AbstractNameExpCS csExp)
          Return the NavigationOperatorCS for which csExp is the left node of the navigation operator's argument tree.
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type AbstractNameExpCS
protected  CallExp EssentialOCLLeft2RightVisitor.resolveNavigationFeature(AbstractNameExpCS csElement, OCLExpression source, Feature feature, CallExp callExp)
          Synthesize any any implicit collect() call.
protected  OCLExpression EssentialOCLLeft2RightVisitor.resolveNavigationSource(AbstractNameExpCS csNameExp, Feature feature)
          Resolve any implicit source and any associated implicit oclAsSet().
protected  VariableExp EssentialOCLLeft2RightVisitor.resolveVariableExp(AbstractNameExpCS csNameExp, VariableDeclaration variableDeclaration)
           
 

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

Subinterfaces of AbstractNameExpCS 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 NamedExpCS
          A representation of the model object 'Named Exp CS'.
 interface NameExpCS
          A representation of the model object 'Named Element Ref CS'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return AbstractNameExpCS
 AbstractNameExpCS AbstractNameExpCS.getNameExp()
           
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement AbstractNameExpCS
 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 NamedExpCSImpl
          An implementation of the model object 'Named Exp CS'.
 class NameExpCSImpl
          An implementation of the model object 'Named Element Ref CS'.
 

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

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