Uses of Class
org.eclipse.ocl.examples.pivot.utilities.PathElement

Packages that use PathElement
org.eclipse.ocl.examples.pivot.utilities   
org.eclipse.ocl.examples.xtext.base.pivot2cs   
org.eclipse.ocl.examples.xtext.base.scoping   
 

Uses of PathElement in org.eclipse.ocl.examples.pivot.utilities
 

Methods in org.eclipse.ocl.examples.pivot.utilities that return types with arguments of type PathElement
static java.util.List<PathElement> PathElement.getPath(org.eclipse.emf.ecore.EObject element)
           
static java.util.List<PathElement> PathElement.getPath(org.eclipse.emf.ecore.EObject element, MetaModelManager metaModelManager)
           
 

Method parameters in org.eclipse.ocl.examples.pivot.utilities with type arguments of type PathElement
static int PathElement.getCommonLength(java.util.List<PathElement> firstPath, java.util.List<PathElement> secondPath)
           
static int PathElement.getCommonLength(java.util.List<PathElement> firstPath, java.util.List<PathElement> secondPath)
           
 

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

Methods in org.eclipse.ocl.examples.xtext.base.pivot2cs that return types with arguments of type PathElement
 java.util.List<PathElement> AliasAnalysis.getPath(Element eObject)
           
 

Uses of PathElement in org.eclipse.ocl.examples.xtext.base.scoping
 

Constructor parameters in org.eclipse.ocl.examples.xtext.base.scoping with type arguments of type PathElement
QualifiedPath(java.util.List<PathElement> pathElements)
           
QualifiedPath(java.util.List<PathElement> pathElements, boolean isAbsolute)