Package org.glassfish.rmic.asm
Class TypeFactory
- java.lang.Object
-
- org.glassfish.rmic.asm.TypeFactory
-
class TypeFactory extends java.lang.ObjectA 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 TypecreateMethodType(java.lang.String descriptor)(package private) static TypecreateType(java.lang.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)
-
-
-
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)
-
-