public class ASMUtils extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
IS_ANDROID |
static String |
JAVA_VM_NAME |
Constructor and Description |
---|
ASMUtils() |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkName(String name) |
static String |
desc(Class<?> returnType) |
static String |
desc(Method method) |
static Type |
getMethodType(Class<?> clazz,
String methodName) |
static String |
getPrimitiveLetter(Class<?> type) |
static boolean |
isAndroid(String vmName) |
static String[] |
lookupParameterNames(AccessibleObject methodOrCtor) |
static String |
type(Class<?> parameterType) |
public static final String JAVA_VM_NAME
public static final boolean IS_ANDROID
public static boolean isAndroid(String vmName)
public static boolean checkName(String name)
public static String[] lookupParameterNames(AccessibleObject methodOrCtor)
Copyright © 2012–2022 Alibaba Group. All rights reserved.