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 StringmakeBaseName(String name) static StringmakeDotName(String name) static AsmTypemakeNonPrimitiveType(String name) static AsmTypestatic AsmTypemakeType(org.objectweb.asm.Type type) static AsmTypestatic AsmTypemakeTypeVariable(String tv, boolean bFunctionTypeVar)
-
Constructor Details
-
AsmUtil
public AsmUtil()
-
-
Method Details
-
makeDotName
-
makeBaseName
-
makeType
-
makeType
-
makeNonPrimitiveType
-
makeTypeVariable
-
makeTypeVariable
-