Package org.glassfish.rmic.asm
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 Type
createMethodType
(String descriptor) (package private) static Type
createType
(String descriptor) private static Type
toArrayType
(org.objectweb.asm.Type asmType) private static Type
toRmicType
(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
-