java.lang.Object
org.eclipse.epsilon.egl.engine.traceability.fine.trace.Region

public class Region extends Object
  • Field Details

    • offset

      public int offset
    • length

      public int length
    • text

      public String text
  • Constructor Details

    • Region

      public Region(int offset, int length, String text)
  • Method Details

    • getOffset

      public int getOffset()
    • getLength

      public int getLength()
    • getText

      public String getText()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object