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 StringmakeBaseName(String name)static StringmakeDotName(String name)static AsmTypemakeNonPrimitiveType(String name)static AsmTypemakeType(gw.internal.ext.org.objectweb.asm.Type type)static AsmTypemakeType(String name)static AsmTypemakeTypeVariable(String tv)static AsmTypemakeTypeVariable(String tv, boolean bFunctionTypeVar)
-
-
-
Method Detail
-
makeType
public static AsmType makeType(gw.internal.ext.org.objectweb.asm.Type type)
-
-