@see #getMethod( String, Class [], boolean ) @see #getMethod( String, Class [] )
( String name, Class [] sig )
| 735 | @see #getMethod( String, Class [] ) |
| 736 | */ |
| 737 | public BshMethod getMethod( String name, Class [] sig ) |
| 738 | throws UtilEvalError |
| 739 | { |
| 740 | return getMethod( name, sig, false/*declaredOnly*/ ); |
| 741 | } |
| 742 | |
| 743 | /** |
| 744 | Get the bsh method matching the specified signature declared in |