MCPcopy Create free account
hub / github.com/antlr/codebuff / handleLine

Method handleLine

output/java_guava/1.4.17/LineBuffer.java:121–121  ·  view source on GitHub ↗

Called for each line found in the character data passed to #add. @param line a line of text (possibly empty), without any line separators @param end the line separator; one of "\r", "\n", "\r\n", or "" @throws IOException if an I/O error occurs

(String line, String end)

Source from the content-addressed store, hash-verified

119
120
121 protected abstract void handleLine(String line, String end) throws IOException;
122}

Callers 1

finishLineMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected