Package com._1c.g5.v8.dt.common
Class EMFCompareUtils.Diff.PathElement
java.lang.Object
com._1c.g5.v8.dt.common.EMFCompareUtils.Diff.PathElement
- Enclosing class:
- EMFCompareUtils.Diff
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionPathElement
(org.eclipse.emf.ecore.EStructuralFeature feature) PathElement
(org.eclipse.emf.ecore.EStructuralFeature feature, int index) -
Method Summary
-
Field Details
-
feature
public final org.eclipse.emf.ecore.EStructuralFeature feature -
index
public final int index
-
-
Constructor Details
-
PathElement
public PathElement(org.eclipse.emf.ecore.EStructuralFeature feature) -
PathElement
public PathElement(org.eclipse.emf.ecore.EStructuralFeature feature, int index)
-
-
Method Details