Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ setMethodLine
Method
setMethodLine
src/bsh/util/ClassBrowser.java:235–237 ·
view source on GitHub ↗
( Object method )
Source
from the content-addressed store, hash-verified
233
}
234
235
void
setMethodLine( Object method ) {
236
methodLine.setText( method==null ?
""
: method.toString() );
237
}
238
239
void
setClassTree( Class clas ) {
240
if
( clas == null ) {
Callers
1
valueChanged
Method · 0.95
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected