java.lang.Object
edu.hm.hafner.analysis.parser.dry.dupfinder.Range

public class Range extends Object
Java Bean class for a Reshaper DupFinder range.
Autor:
Rafal Jasica
  • Konstruktordetails

    • Range

      public Range()
  • Methodendetails

    • getStart

      public int getStart()
      Returns the start.
      Gibt zurück:
      the start
    • setStart

      public void setStart(int start)
      Sets the start to the specified value.
      Parameter:
      start - the value to set
    • getEnd

      public int getEnd()
      Returns the line range start.
      Gibt zurück:
      the line range start
    • setEnd

      public void setEnd(int end)
      Sets the end to the specified value.
      Parameter:
      end - the value to set