MCPcopy Index your code
hub / github.com/processing/processing / close

Method close

java/src/processing/mode/java/Compiler.java:94–94  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92 public void flush() { }
93
94 public void close() { }
95 };
96 // Wrap as a PrintWriter since that's what compile() wants
97 PrintWriter writer = new PrintWriter(internalWriter);

Callers 8

handleStopMethod · 0.45
loadSuggestionsMapMethod · 0.45
compileMethod · 0.45
preprocessMethod · 0.45
exportApplicationMethod · 0.45
stopDebugMethod · 0.45
getSourceLineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected