* @param parameterTypes 方法的参数类型
* @return
*/
public final MethodEntity availableMethod(AClass where, String name,
AClass[] parameterTypes){
IMethodChooser chooser = new MethodChooser(where, this, name, parameterTypes);
return chooser.chooseMethod();
}