Searched defs:lineno (Results 1 - 1 of 1) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DHit.java50 * Holds value of property lineno.
52 private String lineno; field in class:Hit
81 * @param lineno The line number in the file the match was found
85 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { argument
96 this.lineno = lineno;
156 * Getter for property lineno.
158 * @return Value of property lineno.
161 return this.lineno;
165 * Setter for property lineno
169 setLineno(String lineno) argument
[all...]

Completed in 5 milliseconds