Class TypeFactory
java.lang.Object
org.glassfish.rmic.asm.TypeFactory
A Factory to create MethodType objects from ASM method descriptors.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static TypecreateMethodType(String descriptor) (package private) static TypecreateType(String descriptor) private static TypetoArrayType(org.objectweb.asm.Type asmType) private static TypetoRmicType(org.objectweb.asm.Type asmType) private static Type[]toTypeArray(org.objectweb.asm.Type[] argumentTypes)
-
Constructor Details
-
TypeFactory
TypeFactory()
-
-
Method Details
-
createType
-
createMethodType
-
toTypeArray
-
toRmicType
-
toArrayType
-