Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TypeFactory

        TypeFactory()
    • 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)