public class TdbHitPoint
extends java.lang.Object
| Constructor and Description |
|---|
TdbHitPoint(int line,
int start,
int len)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLength()
Retrieve the hit's length
|
int |
getLine()
Retrieve the line number
|
int |
getStart()
Retrieve the start column
|
public TdbHitPoint(int line,
int start,
int len)
line - Line number within kernel bufferstart - Column number within kernel buffer of start of hitlen - Number of columns in the hitpublic int getLine()
public int getStart()
public int getLength()