Package com.tietoenator.trip.jxp.ccl
Class TdbHitPoint
- java.lang.Object
-
- com.tietoenator.trip.jxp.ccl.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 lengthint
getLine()
Retrieve the line numberint
getStart()
Retrieve the start column
-
-
-
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
-
-