Package com.tietoenator.trip.jxp.ccl
Class TdbHitPoint
java.lang.Object
com.tietoenator.trip.jxp.ccl.TdbHitPoint
Container for hit points within kernel window buffers
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TdbHitPoint
public TdbHitPoint(int line, int start, int len) Constructor- Parameters:
line
- Line number within kernel bufferstart
- Column number within kernel buffer of start of hitlen
- Number of columns in the hit
-
-
Method Details
-
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
-