Uses of Interface
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.PathNameDeclCS

Packages that use PathNameDeclCS
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl   
org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util   
org.eclipse.ocl.examples.xtext.completeocl.cs2as   
org.eclipse.ocl.examples.xtext.completeocl.pivot2cs   
 

Uses of PathNameDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 

Subinterfaces of PathNameDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs
 interface ClassifierContextDeclCS
          A representation of the model object 'Classifier Context Decl CS'.
 interface ContextDeclCS
          A representation of the model object 'Context Decl CS'.
 interface FeatureContextDeclCS
          A representation of the model object 'Feature Context Decl CS'.
 interface OperationContextDeclCS
          A representation of the model object 'Operation Context Decl CS'.
 interface PackageDeclarationCS
          A representation of the model object 'Package Declaration CS'.
 interface PropertyContextDeclCS
          A representation of the model object 'Property Context Decl CS'.
 

Uses of PathNameDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl
 

Classes in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.impl that implement PathNameDeclCS
 class ClassifierContextDeclCSImpl
          An implementation of the model object 'Classifier Context Decl CS'.
 class ContextDeclCSImpl
          An implementation of the model object 'Context Decl CS'.
 class FeatureContextDeclCSImpl
          An implementation of the model object 'Feature Context Decl CS'.
 class OperationContextDeclCSImpl
          An implementation of the model object 'Operation Context Decl CS'.
 class PackageDeclarationCSImpl
          An implementation of the model object 'Package Declaration CS'.
 class PathNameDeclCSImpl
          An implementation of the model object 'Named Element Decl CS'.
 class PropertyContextDeclCSImpl
          An implementation of the model object 'Property Context Decl CS'.
 

Uses of PathNameDeclCS in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.completeoclcs.util with parameters of type PathNameDeclCS
 T CompleteOCLCSSwitch.casePathNameDeclCS(PathNameDeclCS object)
          Returns the result of interpreting the object as an instance of 'Path Name Decl CS'.
 Continuation<?> AbstractCompleteOCLCSContainmentVisitor.visitPathNameDeclCS(PathNameDeclCS csElement)
           
 Element AbstractCompleteOCLCSLeft2RightVisitor.visitPathNameDeclCS(PathNameDeclCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPostOrderVisitor.visitPathNameDeclCS(PathNameDeclCS csElement)
           
 Continuation<?> AbstractCompleteOCLCSPreOrderVisitor.visitPathNameDeclCS(PathNameDeclCS csElement)
           
 R AbstractDelegatingCompleteOCLCSVisitor.visitPathNameDeclCS(PathNameDeclCS object)
           
 R AbstractExtendingCompleteOCLCSVisitor.visitPathNameDeclCS(PathNameDeclCS object)
           
 R AbstractNullCompleteOCLCSVisitor.visitPathNameDeclCS(PathNameDeclCS object)
           
 R CompleteOCLCSVisitor.visitPathNameDeclCS(PathNameDeclCS object)
           
 

Uses of PathNameDeclCS in org.eclipse.ocl.examples.xtext.completeocl.cs2as
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.cs2as with parameters of type PathNameDeclCS
 Continuation<?> AutoCompleteOCLCSContainmentVisitor.visitPathNameDeclCS(PathNameDeclCS self)
           
 

Uses of PathNameDeclCS in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs
 

Methods in org.eclipse.ocl.examples.xtext.completeocl.pivot2cs with parameters of type PathNameDeclCS
protected  void CompleteOCLDeclarationVisitor.refreshPathNamedElement(PathNameDeclCS csDecl, NamedElement namedElement, Namespace scope)