MCPcopy Create free account
hub / github.com/beanshell/beanshell / close

Method close

src/bsh/util/JConsole.java:774–777  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

772 return ret;
773 }
774 public void close() throws IOException {
775 closed = true;
776 super.close();
777 }
778 }
779
780 public void setNameCompletion( NameCompletion nc ) {

Callers 6

generateClassImplMethod · 0.45
sourceMethod · 0.45
FillBuffMethod · 0.45
searchJarForClassesMethod · 0.45
readBytesFromFileMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected