Class TdbHitPoint


  • public class TdbHitPoint
    extends java.lang.Object
    Container for hit points within kernel window buffers
    • Constructor Summary

      Constructors 
      Constructor Description
      TdbHitPoint​(int line, int start, int len)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()
      Retrieve the hit's length
      int getLine()
      Retrieve the line number
      int getStart()
      Retrieve the start column
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TdbHitPoint

        public TdbHitPoint​(int line,
                           int start,
                           int len)
        Constructor
        Parameters:
        line - Line number within kernel buffer
        start - Column number within kernel buffer of start of hit
        len - Number of columns in the hit
    • Method Detail

      • getLine

        public int getLine()
        Retrieve the line number
        Returns:
        Line number within kernel buffer
      • getStart

        public int getStart()
        Retrieve the start column
        Returns:
        Column number of start of hit within kernel buffer line
      • getLength

        public int getLength()
        Retrieve the hit's length
        Returns:
        Number of columns within kernel buffer encompassed by the hit