cn.wensiqun.asmsupport.utils
类 MethodUtils

java.lang.Object
  继承者 cn.wensiqun.asmsupport.utils.MethodUtils

public class MethodUtils
extends Object

作者:
温斯群(Joe Wen)

构造方法摘要
MethodUtils()
           
 
方法摘要
static List<Method> getMethod(Class<?> type, String name, Class<?>... parameterTypes)
           
static String getMethodFullName(Method method)
           
static boolean methodEqual(MethodEntity me, Method method)
           
static boolean methodEqualInHierarchy(MethodEntity m1, MethodEntity m2)
           
static boolean methodEqualWithoutOwner(Method m1, Method m2)
           
 
从类 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.