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

/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DJFlexXrefTest.java194 * @param inputLine the source code line to parse
198 String inputLine, String expectedOutput) throws Exception {
200 new StringReader(inputLine));
197 assertXrefLine(Class<? extends JFlexXref> xrefClass, String inputLine, String expectedOutput) argument

Completed in 7 milliseconds