Class EMFCompareUtils.Diff.PathElement

java.lang.Object
com._1c.g5.v8.dt.common.EMFCompareUtils.Diff.PathElement
Enclosing class:
EMFCompareUtils.Diff

public static class EMFCompareUtils.Diff.PathElement extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final org.eclipse.emf.ecore.EStructuralFeature
     
    final int
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    PathElement(org.eclipse.emf.ecore.EStructuralFeature feature)
     
    PathElement(org.eclipse.emf.ecore.EStructuralFeature feature, int index)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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