net.sourceforge.pmd.dcd
public class ClassLoaderUtil extends Object
Field Summary | |
---|---|
static String | CLINIT |
static String | INIT |
Method Summary | |
---|---|
static String | fromInternalForm(String internalForm) |
static Class | getClass(String name) |
static Constructor | getConstructor(Class type, String name, Class... parameterTypes) |
static Field | getField(Class type, String name) |
static Method | getMethod(Class type, String name, Class... parameterTypes) |
static String | getMethodSignature(String name, Class... parameterTypes) |
static Class[] | getParameterTypes(String... parameterTypeNames) |
static boolean | isOverridenMethod(Class clazz, Method method, boolean checkThisClass) |
static String | toInternalForm(String internalForm) |