MCPcopy Index your code
hub / github.com/antlr/codebuff / processLine

Method processLine

corpus/java/training/guava/io/LineProcessor.java:42–42  ·  view source on GitHub ↗

This method will be called once for each line. @param line the line read from the input, without delimiter @return true to continue processing, false to stop

(String line)

Source from the content-addressed store, hash-verified

40 * @return true to continue processing, false to stop
41 */
42 @CanIgnoreReturnValue // some uses know that their processor never returns false
43 boolean processLine(String line) throws IOException;
44
45 /** Return the result of processing all the lines. */

Callers 10

readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65
readLinesMethod · 0.65

Implementers 10

Resourcesoutput/java_guava/1.4.17/Resources.jav
Filesoutput/java_guava/1.4.17/Files.java
Resourcesoutput/java_guava/1.4.19/Resources.jav
Filesoutput/java_guava/1.4.19/Files.java
Resourcesoutput/java_guava/1.4.16/Resources.jav
Filesoutput/java_guava/1.4.16/Files.java
Resourcesoutput/java_guava/1.4.18/Resources.jav
Filesoutput/java_guava/1.4.18/Files.java
Resourcescorpus/java/training/guava/io/Resource
Filescorpus/java/training/guava/io/Files.ja

Calls

no outgoing calls

Tested by

no test coverage detected