Package org.glassfish.rmic.asm
Class TypeFactory
- java.lang.Object
-
- org.glassfish.rmic.asm.TypeFactory
-
class TypeFactory extends java.lang.Object
A Factory to create MethodType objects from ASM method descriptors.
-
-
Constructor Summary
Constructors Constructor Description TypeFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static Type
createMethodType(java.lang.String descriptor)
(package private) static Type
createType(java.lang.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)
-
-
-
Method Detail
-
createType
static Type createType(java.lang.String descriptor)
-
createMethodType
static Type createMethodType(java.lang.String descriptor)
-
toTypeArray
private static Type[] toTypeArray(org.objectweb.asm.Type[] argumentTypes)
-
toRmicType
private static Type toRmicType(org.objectweb.asm.Type asmType)
-
toArrayType
private static Type toArrayType(org.objectweb.asm.Type asmType)
-
-