Uses of Class
bsh.BshMethod

Packages that use BshMethod
bsh   
 

Uses of BshMethod in bsh
 

Subclasses of BshMethod in bsh
 class DelayedEvalBshMethod
           
 

Methods in bsh that return BshMethod
 BshMethod[] NameSpace.getMethods()
          Get the methods defined in this namespace.
 BshMethod NameSpace.getMethod(String name, Class[] sig)
           
 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.
protected  BshMethod NameSpace.getImportedMethod(String name, Class[] sig)
           
 

Methods in bsh with parameters of type BshMethod
 void NameSpace.setMethod(String name, BshMethod method)
          Note: this is primarily for internal use.
 



© 2000 pat@pat.net :-)