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.scoping   
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)
           
 MonikeredElement EssentialOCLLeft2RightVisitor.visitNameExpCS(NameExpCS csNameExp)
           
 Continuation<?> EssentialOCLPreOrderVisitor.visitNameExpCS(NameExpCS csNameExp)
           
 ScopeCSAdapter EssentialOCLScopeVisitor.visitNameExpCS(NameExpCS eObject)
           
 

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.cs2pivot with parameters of type NameExpCS
EssentialOCLPreOrderVisitor.NameExpContinuation(CS2PivotConversion context, NameExpCS csElement)
           
 

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

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

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 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()
           
 

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

Constructors in org.eclipse.ocl.examples.xtext.essentialocl.scoping with parameters of type NameExpCS
NameExpCSScopeAdapter(TypeManager typeManager, NameExpCS csElement)
           
 

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
protected  void EssentialOCLCS2MonikerVisitor.appendNameExpCSName(NameExpCS object)
           
 java.lang.Boolean EssentialOCLCS2MonikerVisitor.visitNameExpCS(NameExpCS object)