Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
generateClassImpl
Method · 0.45
source
Method · 0.45
FillBuff
Method · 0.45
searchJarForClasses
Method · 0.45
readBytesFromFile
Method · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected