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

Packages that use NameExpCS
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   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling   
org.eclipse.ocl.examples.xtext.essentialocl.ui.outline   
 

Uses of NameExpCS in org.eclipse.ocl.examples.xtext.essentialocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2as with parameters of type NameExpCS
protected  OppositePropertyCallExp EssentialOCLCSLeft2RightVisitor.refreshOppositePropertyCallExp(NameExpCS csNameExp, OCLExpression sourceExp, Property property)
           
protected  PropertyCallExp EssentialOCLCSLeft2RightVisitor.refreshPropertyCallExp(NameExpCS csNameExp, OCLExpression sourceExp, Property property)
           
protected  void EssentialOCLCSLeft2RightVisitor.resolveAtPre(NameExpCS csNameExp, FeatureCallExp featureCallExp)
           
protected  OCLExpression EssentialOCLCSLeft2RightVisitor.resolveExplicitSourceNavigation(OCLExpression sourceExp, NameExpCS csNamedExp)
          Resolve an invocation such as source.name or source->name
protected  CallExp EssentialOCLCSLeft2RightVisitor.resolvePropertyCallExp(OCLExpression sourceExp, NameExpCS csNameExp, Property property)
           
protected  Type EssentialOCLCSLeft2RightVisitor.resolvePropertyReturnType(OCLExpression sourceExp, NameExpCS csNameExp, Property property)
           
 Continuation<?> AutoEssentialOCLCSContainmentVisitor.visitNameExpCS(NameExpCS self)
           
 Continuation<?> EssentialOCLCSContainmentVisitor.visitNameExpCS(NameExpCS csElement)
           
 Element EssentialOCLCSLeft2RightVisitor.visitNameExpCS(NameExpCS csNameExp)
           
 Continuation<?> EssentialOCLCSPreOrderVisitor.visitNameExpCS(NameExpCS csNameExp)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs that return NameExpCS
 NameExpCS EssentialOCLCSFactory.createNameExpCS()
          Returns a new object of class 'Name Exp CS'.
 NameExpCS NamedExpCS.getNameExp()
          Returns the value of the 'Name Exp' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs with parameters of type NameExpCS
 void NamedExpCS.setNameExp(NameExpCS value)
          Sets the value of the 'Name Exp' containment reference.
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that implement NameExpCS
 class NameExpCSImpl
          An implementation of the model object 'Named Element Ref CS'.
 

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl declared as NameExpCS
protected  NameExpCS NamedExpCSImpl.nameExp
          The cached value of the 'Name Exp' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl that return NameExpCS
 NameExpCS EssentialOCLCSFactoryImpl.createNameExpCS()
           
 NameExpCS NameExpCSImpl.getNameExp()
           
 NameExpCS NamedExpCSImpl.getNameExp()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.impl with parameters of type NameExpCS
 org.eclipse.emf.common.notify.NotificationChain NamedExpCSImpl.basicSetNameExp(NameExpCS newNameExp, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NamedExpCSImpl.setNameExp(NameExpCS newNameExp)
           
 

Uses of NameExpCS in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialoclcs.util with parameters of type NameExpCS
 T EssentialOCLCSSwitch.caseNameExpCS(NameExpCS object)
          Returns the result of interpreting the object as an instance of 'Name Exp CS'.
 R AbstractDelegatingEssentialOCLCSVisitor.visitNameExpCS(NameExpCS object)
           
 Continuation<?> AbstractEssentialOCLCSContainmentVisitor.visitNameExpCS(NameExpCS csElement)
           
 Element AbstractEssentialOCLCSLeft2RightVisitor.visitNameExpCS(NameExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPostOrderVisitor.visitNameExpCS(NameExpCS csElement)
           
 Continuation<?> AbstractEssentialOCLCSPreOrderVisitor.visitNameExpCS(NameExpCS csElement)
           
 R AbstractExtendingEssentialOCLCSVisitor.visitNameExpCS(NameExpCS object)
           
 R AbstractNullEssentialOCLCSVisitor.visitNameExpCS(NameExpCS object)
           
 R EssentialOCLCSVisitor.visitNameExpCS(NameExpCS object)
           
 

Uses of NameExpCS in org.eclipse.ocl.examples.xtext.essentialocl.serializer
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type NameExpCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_PrimaryExpCS_ConstructorExpCS_7_2_1_0_IndexExpCS_7_2_0_0(org.eclipse.emf.ecore.EObject context, NameExpCS semanticObject)
          Constraint: pathName=PathNameCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_PrimaryExpCS(org.eclipse.emf.ecore.EObject context, NameExpCS semanticObject)
          Constraint: (pathName=PathNameCS atPre?='@'?)
 

Uses of NameExpCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.labeling with parameters of type NameExpCS
protected  java.lang.String EssentialOCLLabelProvider.text(NameExpCS ele)
           
 

Uses of NameExpCS in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.ui.outline with parameters of type NameExpCS
protected  boolean EssentialOCLOutlineTreeProvider._isLeaf(NameExpCS csExp)