Interface InterTypeMethodDeclaration

    • Method Detail

      • getReturnType

        AjType<?> getReturnType()
      • getGenericReturnType

        Type getGenericReturnType()
      • getParameterTypes

        AjType<?>[] getParameterTypes()
      • getGenericParameterTypes

        Type[] getGenericParameterTypes()
      • getExceptionTypes

        AjType<?>[] getExceptionTypes()