Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ importClass
Method
importClass
src/bsh/BlockNameSpace.java:167–169 ·
view source on GitHub ↗
delegate import to our parent
(String name)
Source
from the content-addressed store, hash-verified
165
delegate
import
to our parent
166
*/
167
public
void
importClass(String name) {
168
getParent().importClass( name );
169
}
170
171
/**
172
delegate
import
to our parent
Callers
nothing calls this directly
Calls
1
getParent
Method · 0.45
Tested by
no test coverage detected