public class AsmUtil extends Object
| Constructor and Description |
|---|
AsmUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
makeBaseName(String name) |
static String |
makeDotName(String name) |
static AsmType |
makeNonPrimitiveType(String name) |
static AsmType |
makeType(String name) |
static AsmType |
makeType(gw.internal.ext.org.objectweb.asm.Type type) |
static AsmType |
makeTypeVariable(String tv) |
static AsmType |
makeTypeVariable(String tv,
boolean bFunctionTypeVar) |
public static AsmType makeType(gw.internal.ext.org.objectweb.asm.Type type)
Copyright © 2019. All rights reserved.