Uses of Class
bsh.BshMethod
-
Packages that use BshMethod Package Description bsh -
-
Uses of BshMethod in bsh
Methods in bsh that return BshMethod Modifier and Type Method Description BshMethodNameSpace. getMethod(java.lang.String name, java.lang.Class[] sig)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.Methods in bsh with parameters of type BshMethod Modifier and Type Method Description protected voidNameSpace. checkMethodModifiers(BshMethod method)protected booleanNameSpace. isVisible(BshMethod method)This is a hook to allow ClassNameSpace to add functionality to getMethod()voidNameSpace. setMethod(java.lang.String name, BshMethod method)Note: this is primarily for internal use.
-