public final class BytecodeAnalyzer extends Object
Modifier and Type | Method and Description |
---|---|
static List<String> |
getFieldNames(Class c,
Class recurseTo) |
static List<String> |
getMethodNames(Class c,
Class recurseTo) |
static List<String[]> |
getNativeMethodSignatures(Class c)
Returns array of String[] { declaringClassInternalName, methodName,
signature }
|
static List<String[]> |
getNativeMethodSignatures(String internalName,
ClassLoader classLoader)
Returns array of String[] { declaringClassInternalName, methodName,
signature }
|
public static List<String[]> getNativeMethodSignatures(Class c) throws IOException
IOException
public static List<String[]> getNativeMethodSignatures(String internalName, ClassLoader classLoader) throws IOException
IOException
public static List<String> getFieldNames(Class c, Class recurseTo) throws IOException
IOException
public static List<String> getMethodNames(Class c, Class recurseTo) throws IOException
IOException
Copyright © 2009-2020. All Rights Reserved.