Class TypeFactory

java.lang.Object
org.glassfish.rmic.asm.TypeFactory

class TypeFactory extends Object
A Factory to create MethodType objects from ASM method descriptors.
  • Constructor Details

    • TypeFactory

      TypeFactory()
  • Method Details

    • createType

      static Type createType(String descriptor)
    • createMethodType

      static Type createMethodType(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)