Package com._1c.g5.v8.dt.compare.ui.util
Class PathPart
- java.lang.Object
-
- com._1c.g5.v8.dt.compare.ui.util.PathPart
-
public final class PathPart extends Object
Represents part of a path between two nodes in the comparison tree.
-
-
Constructor Summary
Constructors Constructor Description PathPart(org.eclipse.emf.ecore.EStructuralFeature feature, int position)
Creates new path part.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObject
getObject(org.eclipse.emf.ecore.EObject parent)
Returns object under stored path part.
-