Uses of Class bsh.BshMethod

Uses in package bsh

Methods with parameter type bsh.BshMethod

void
boolean
This is a hook to allow ClassNameSpace to add functionality to getMethod()
void
NameSpace.setMethod(String name, BshMethod method)
Note: this is primarily for internal use.

Methods with return type bsh.BshMethod

BshMethod
NameSpace.getMethod(String name, Class[] sig)
Get the bsh method matching the specified signature declared in this name space or a parent.
BshMethod[]
Get the methods defined in this namespace.

B) 2000 pat@pat.net :-)