MCPcopy Index your code
hub / github.com/beanshell/beanshell / write

Method write

src/bsh/servlet/SimpleTemplate.java:212–214  ·  view source on GitHub ↗
( PrintWriter out )

Source from the content-addressed store, hash-verified

210 }
211
212 public void write( PrintWriter out ) {
213 out.println( toString() );
214 }
215
216 public void write( PrintStream out ) {
217 out.println( toString() );

Callers 7

mainMethod · 0.95
sendHTMLMethod · 0.95
sendLineMethod · 0.45
generateClassImplMethod · 0.45
sendFileDataMethod · 0.45
acceptLineMethod · 0.45
acceptLineMethod · 0.45

Calls 2

toStringMethod · 0.95
printlnMethod · 0.65

Tested by

no test coverage detected