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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type AbstractNameExpCS
protected  OCLExpression EssentialOCLCSLeft2RightVisitor.createImplicitSourceVariableExp(AbstractNameExpCS csNameExp, Type owningType)
           
protected  IteratorExp EssentialOCLCSLeft2RightVisitor.resolveImplicitCollectExp(OCLExpression sourceExp, AbstractNameExpCS csElement)
          Return a non-null implicit collect() call if a sourceExp for a csElement requires an implicit collect.
protected  VariableExp EssentialOCLCSLeft2RightVisitor.resolveVariableExp(AbstractNameExpCS csNameExp, VariableDeclaration variableDeclaration)
           
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitAbstractNameExpCS(AbstractNameExpCS self)
           
 

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

Subinterfaces of AbstractNameExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs
 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.essentialoclcs that return AbstractNameExpCS
 AbstractNameExpCS AbstractNameExpCS.getNameExp()
           
 

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

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

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