Class FastMethod

    • Constructor Detail

      • FastMethod

        FastMethod​(FastClass fc,
                   java.lang.reflect.Method method)
    • Method Detail

      • helper

        private static int helper​(FastClass fc,
                                  java.lang.reflect.Method method)
      • getReturnType

        public java.lang.Class getReturnType()
      • invoke

        public java.lang.Object invoke​(java.lang.Object obj,
                                       java.lang.Object[] args)
                                throws java.lang.reflect.InvocationTargetException
        Throws:
        java.lang.reflect.InvocationTargetException
      • getJavaMethod

        public java.lang.reflect.Method getJavaMethod()