Methods in bsh that return BshMethod |
protected BshMethod |
NameSpace.getImportedMethod(java.lang.String name,
java.lang.Class[] sig)
|
BshMethod |
NameSpace.getMethod(java.lang.String name,
java.lang.Class[] sig)
|
BshMethod |
ExternalNameSpace.getMethod(java.lang.String name,
java.lang.Class[] sig,
boolean declaredOnly)
|
BshMethod |
NameSpace.getMethod(java.lang.String name,
java.lang.Class[] sig,
boolean declaredOnly)
Get the bsh method matching the specified signature declared in
this name space or a parent. |
BshMethod[] |
NameSpace.getMethods()
Get the methods defined in this namespace. |