Class CallbackInfo


  • class CallbackInfo
    extends java.lang.Object
    • Field Detail

      • cls

        private java.lang.Class cls
      • type

        private org.objectweb.asm.Type type
    • Constructor Detail

      • CallbackInfo

        private CallbackInfo​(java.lang.Class cls,
                             CallbackGenerator generator)
    • Method Detail

      • determineTypes

        public static org.objectweb.asm.Type[] determineTypes​(java.lang.Class[] callbackTypes)
      • determineTypes

        public static org.objectweb.asm.Type[] determineTypes​(java.lang.Class[] callbackTypes,
                                                              boolean checkAll)
      • determineTypes

        public static org.objectweb.asm.Type[] determineTypes​(Callback[] callbacks)
      • determineTypes

        public static org.objectweb.asm.Type[] determineTypes​(Callback[] callbacks,
                                                              boolean checkAll)
      • getGenerators

        public static CallbackGenerator[] getGenerators​(org.objectweb.asm.Type[] callbackTypes)
      • determineType

        private static org.objectweb.asm.Type determineType​(Callback callback,
                                                            boolean checkAll)
      • determineType

        private static org.objectweb.asm.Type determineType​(java.lang.Class callbackType,
                                                            boolean checkAll)
      • getGenerator

        private static CallbackGenerator getGenerator​(org.objectweb.asm.Type callbackType)