Uses of Interface
org.eclipse.ocl.examples.xtext.base.baseCST.PathNameCS

Packages that use PathNameCS
org.eclipse.ocl.examples.xtext.base.baseCST   
org.eclipse.ocl.examples.xtext.base.baseCST.impl   
org.eclipse.ocl.examples.xtext.base.baseCST.util   
org.eclipse.ocl.examples.xtext.base.cs2pivot   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.util   
org.eclipse.ocl.examples.xtext.base.utilities   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST   
org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST   
org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl   
org.eclipse.ocl.examples.xtext.essentialocl.serializer   
org.eclipse.ocl.examples.xtext.essentialocl.utilities   
org.eclipse.ocl.examples.xtext.oclstdlib.serializer   
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.base.baseCST
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST that return PathNameCS
 PathNameCS BaseCSTFactory.createPathNameCS()
          Returns a new object of class 'Path Name CS'.
 PathNameCS ModelElementRefCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 PathNameCS PathElementCS.getPathName()
          Returns the value of the 'Path Name' container reference.
 PathNameCS TypedTypeRefCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST with parameters of type PathNameCS
 void ModelElementRefCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 void PathElementCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' container reference.
 void TypedTypeRefCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.base.baseCST.impl
 

Classes in org.eclipse.ocl.examples.xtext.base.baseCST.impl that implement PathNameCS
 class PathNameCSImpl
          An implementation of the model object 'Qualified Element Ref CS'.
 

Fields in org.eclipse.ocl.examples.xtext.base.baseCST.impl declared as PathNameCS
protected  PathNameCS ModelElementRefCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
protected  PathNameCS TypedTypeRefCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl that return PathNameCS
 PathNameCS BaseCSTFactoryImpl.createPathNameCS()
           
 PathNameCS ModelElementRefCSImpl.getPathName()
           
 PathNameCS PathElementCSImpl.getPathName()
           
 PathNameCS TypedTypeRefCSImpl.getPathName()
           
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.impl with parameters of type PathNameCS
 org.eclipse.emf.common.notify.NotificationChain ModelElementRefCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain PathElementCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypedTypeRefCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ModelElementRefCSImpl.setPathName(PathNameCS newPathName)
           
 void PathElementCSImpl.setPathName(PathNameCS newPathName)
           
 void TypedTypeRefCSImpl.setPathName(PathNameCS newPathName)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.base.baseCST.util
 

Methods in org.eclipse.ocl.examples.xtext.base.baseCST.util with parameters of type PathNameCS
 T BaseCSTSwitch.casePathNameCS(PathNameCS object)
          Returns the result of interpreting the object as an instance of 'Path Name CS'.
 boolean BaseCSTValidator.validatePathNameCS(PathNameCS pathNameCS, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.base.cs2pivot
 

Methods in org.eclipse.ocl.examples.xtext.base.cs2pivot with parameters of type PathNameCS
static void CS2Pivot.setElementType(PathNameCS pathNameCS, org.eclipse.emf.ecore.EClass elementType, ElementCS csContext, ScopeFilter scopeFilter)
           
 Continuation<?> BaseContainmentVisitor.visitPathNameCS(PathNameCS csElement)
           
 Continuation<?> BasePostOrderVisitor.visitPathNameCS(PathNameCS object)
           
 Continuation<?> BasePreOrderVisitor.visitPathNameCS(PathNameCS csElement)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.base.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs with parameters of type PathNameCS
 void Pivot2CSConversion.refreshPathName(PathNameCS csPathName, Element element, org.eclipse.emf.ecore.EObject scope)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.base.util
 

Methods in org.eclipse.ocl.examples.xtext.base.util with parameters of type PathNameCS
 R AbstractDelegatingBaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 R AbstractExtendingBaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 R AbstractNullBaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 R BaseCSVisitor.visitPathNameCS(PathNameCS object)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.base.utilities
 

Methods in org.eclipse.ocl.examples.xtext.base.utilities with parameters of type PathNameCS
static void ElementUtil.setPathName(PathNameCS csPathName, Element element, org.eclipse.emf.ecore.EObject scope)
           
 java.lang.Boolean BaseCS2MonikerVisitor.visitPathNameCS(PathNameCS object)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST that return PathNameCS
 PathNameCS PathNameDeclCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST with parameters of type PathNameCS
 void PathNameDeclCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl
 

Fields in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl declared as PathNameCS
protected  PathNameCS PathNameDeclCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl that return PathNameCS
 PathNameCS PathNameDeclCSImpl.getPathName()
           
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeOCLCST.impl with parameters of type PathNameCS
 org.eclipse.emf.common.notify.NotificationChain PathNameDeclCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void PathNameDeclCSImpl.setPathName(PathNameCS newPathName)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST that return PathNameCS
 PathNameCS NameExpCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 PathNameCS TypeNameExpCS.getPathName()
          Returns the value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST with parameters of type PathNameCS
 void NameExpCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 void TypeNameExpCS.setPathName(PathNameCS value)
          Sets the value of the 'Path Name' containment reference.
 

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

Fields in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl declared as PathNameCS
protected  PathNameCS NameExpCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
protected  PathNameCS TypeNameExpCSImpl.pathName
          The cached value of the 'Path Name' containment reference.
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl that return PathNameCS
 PathNameCS NameExpCSImpl.getPathName()
           
 PathNameCS TypeNameExpCSImpl.getPathName()
           
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.essentialOCLCST.impl with parameters of type PathNameCS
 org.eclipse.emf.common.notify.NotificationChain NameExpCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain TypeNameExpCSImpl.basicSetPathName(PathNameCS newPathName, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void NameExpCSImpl.setPathName(PathNameCS newPathName)
           
 void TypeNameExpCSImpl.setPathName(PathNameCS newPathName)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.essentialocl.serializer with parameters of type PathNameCS
protected  void AbstractEssentialOCLSemanticSequencer.sequence_PathNameCS(org.eclipse.emf.ecore.EObject context, PathNameCS semanticObject)
          Constraint: (path+=FirstPathElementCS path+=NextPathElementCS*)
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.essentialocl.utilities
 

Methods in org.eclipse.ocl.examples.xtext.essentialocl.utilities with parameters of type PathNameCS
protected  void EssentialOCLCS2MonikerVisitor.appendPathNameCS(PathNameCS pathName)
           
 

Uses of PathNameCS in org.eclipse.ocl.examples.xtext.oclstdlib.serializer
 

Methods in org.eclipse.ocl.examples.xtext.oclstdlib.serializer with parameters of type PathNameCS
protected  void AbstractOCLstdlibSemanticSequencer.sequence_LibPathNameCS(org.eclipse.emf.ecore.EObject context, PathNameCS semanticObject)
          Constraint: (path+=LibPathElementCS path+=LibPathElementCS*)