Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beanshell/beanshell
/ importPackage
Method
importPackage
src/bsh/BlockNameSpace.java:174–176 ·
view source on GitHub ↗
delegate import to our parent
(String name)
Source
from the content-addressed store, hash-verified
172
delegate
import
to our parent
173
*/
174
public
void
importPackage(String name) {
175
getParent().importPackage( name );
176
}
177
178
public
void
setMethod(BshMethod method)
179
throws UtilEvalError
Callers
nothing calls this directly
Calls
1
getParent
Method · 0.45
Tested by
no test coverage detected