Package gw.lang.reflect.java.asm
Class AsmUtil
java.lang.Object
gw.lang.reflect.java.asm.AsmUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
makeBaseName
(String name) static String
makeDotName
(String name) static AsmType
makeNonPrimitiveType
(String name) static AsmType
static AsmType
makeType
(org.objectweb.asm.Type type) static AsmType
static AsmType
makeTypeVariable
(String tv, boolean bFunctionTypeVar)
-
Constructor Details
-
AsmUtil
public AsmUtil()
-
-
Method Details
-
makeDotName
-
makeBaseName
-
makeType
-
makeType
-
makeNonPrimitiveType
-
makeTypeVariable
-
makeTypeVariable
-