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 |
type(Class<?> parameterType) |
Copyright © 2012–2016 Alibaba Group. All rights reserved.