cn.wensiqun.asmsupport.utils
类 MethodUtils
java.lang.Object
cn.wensiqun.asmsupport.utils.MethodUtils
public class MethodUtils
- extends Object
- 作者:
- 温斯群(Joe Wen)
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodUtils
public MethodUtils()
methodEqualInHierarchy
public static boolean methodEqualInHierarchy(MethodEntity m1,
MethodEntity m2)
- 参数:
m1 - m2 -
- 返回:
methodEqual
public static boolean methodEqual(MethodEntity me,
Method method)
- 参数:
me - method -
- 返回:
methodEqualWithoutOwner
public static boolean methodEqualWithoutOwner(Method m1,
Method m2)
getMethod
public static List<Method> getMethod(Class<?> type,
String name,
Class<?>... parameterTypes)
getMethodFullName
public static String getMethodFullName(Method method)
- 参数:
method -
- 返回:
Copyright © 2013. All Rights Reserved.