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

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

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type NameExpCS
protected  VariableExp EssentialOCLLeft2RightVisitor.resolveVariableExp(NameExpCS csNameExp, VariableDeclaration variableDeclaration)
           
 Continuation<?> AbstractEssentialOCLContainmentVisitor.visitNameExpCS(NameExpCS object)
           
 Element AbstractEssentialOCLLeft2RightVisitor.visitNameExpCS(NameExpCS object)
           
 Continuation<?> AbstractEssentialOCLPostOrderVisitor.visitNameExpCS(NameExpCS object)
           
 Continuation<?> AbstractEssentialOCLPreOrderVisitor.visitNameExpCS(NameExpCS object)
           
 Continuation<?> EssentialOCLContainmentVisitor.visitNameExpCS(NameExpCS csElement)
           
 Element EssentialOCLLeft2RightVisitor.visitNameExpCS(NameExpCS csNameExp)
           
 Continuation<?> EssentialOCLPreOrderVisitor.visitNameExpCS(NameExpCS csNameExp)
           
 

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

Subinterfaces of NameExpCS 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'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return NameExpCS
 NameExpCS EssentialOCLCSTFactory.createNameExpCS()
          Returns a new object of class 'Name Exp CS'.
 NameExpCS NamedExpCS.getNameExp()
           
 

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

Classes in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that implement NameExpCS
 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'.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return NameExpCS
 NameExpCS EssentialOCLCSTFactoryImpl.createNameExpCS()
           
 NameExpCS NameExpCSImpl.getNameExp()
           
 

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

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

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(org.eclipse.emf.ecore.EObject context, NameExpCS semanticObject)
          Constraint: (pathName=PathNameCS atPre?='@'?)
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.util with parameters of type NameExpCS
 R AbstractDelegatingEssentialOCLCSVisitor.visitNameExpCS(NameExpCS object)
           
 R AbstractExtendingDelegatingEssentialOCLCSVisitor.visitNameExpCS(NameExpCS object)
           
 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.utilities
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.utilities with parameters of type NameExpCS
 java.lang.Boolean EssentialOCLCS2MonikerVisitor.visitNameExpCS(NameExpCS object)