Uses of Class bsh.BshMethod

Uses in package bsh

Classes derived from bsh.BshMethod

class
* This file is part of the BeanShell Java Scripting distribution.

Methods with parameter type bsh.BshMethod

void
ExternalNameSpace.setMethod(String name, BshMethod method)
void
NameSpace.setMethod(String name, BshMethod method)
Note: this is primarily for internal use.

Methods with return type bsh.BshMethod

BshMethod
NameSpace.getImportedMethod(String name, Class[] sig)
BshMethod
NameSpace.getMethod(String name, Class[] sig)
BshMethod
ExternalNameSpace.getMethod(String name, Class[] sig, boolean declaredOnly)
BshMethod
NameSpace.getMethod(String name, Class[] sig, boolean declaredOnly)
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-2005 pat@pat.net :-)