Package gw.lang.reflect.java.asm
Class AsmUtil
- java.lang.Object
-
- gw.lang.reflect.java.asm.AsmUtil
-
public class AsmUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description AsmUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
makeBaseName(String name)
static String
makeDotName(String name)
static AsmType
makeNonPrimitiveType(String name)
static AsmType
makeType(String name)
static AsmType
makeType(org.objectweb.asm.Type type)
static AsmType
makeTypeVariable(String tv)
static AsmType
makeTypeVariable(String tv, boolean bFunctionTypeVar)
-
-
-
Method Detail
-
makeType
public static AsmType makeType(org.objectweb.asm.Type type)
-
-