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

/opengrok/egrok/src/org/opensolaris/opengrok/egrok/model/
H A DHit.java72 public String getLine() { method in class:Hit
/opengrok/src/org/opensolaris/opengrok/search/
H A DHit.java143 public String getLine() { method in class:Hit
/opengrok/test/org/opensolaris/opengrok/history/
H A DHistoryEntryTest.java72 * Test of getLine method, of class HistoryEntry.
75 public void getLine() { method in class:HistoryEntryTest
76 assertTrue(instance.getLine().contains(historyRevision));
77 assertTrue(instance.getLine().contains(historyAuthor));
/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java89 public String getLine() { method in class:HistoryEntry
194 return getLine();
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DSimpleCharStream.java210 public int getLine() { method in class:SimpleCharStream

Completed in 95 milliseconds