Uses of Class
bsh.BshMethod

Packages that use BshMethod
bsh   
 

Uses of BshMethod in bsh
 

Methods in bsh that return BshMethod
 BshMethod[] NameSpace.getMethods()
          Get the methods defined in this namespace.
private  BshMethod[] NameSpace.flattenMethodCollection(java.util.Enumeration e)
          Support for friendly getMethods();
 BshMethod NameSpace.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.
private  BshMethod Name.toLocalMethod(java.lang.Object[] args)
           
 

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