Package 

Interface KSFunction

    • Method Detail

      • getReturnType

         abstract KSType getReturnType()

        The return type of the function. Note that this might be null if an error happened when the type is resolved.

      • getParameterTypes

         abstract List<KSType> getParameterTypes()

        The types of the value parameters of the function. Note that this list might have null values in it if the type of a parameter could not be resolved.

      • getIsError

         abstract Boolean getIsError()

        True if the compiler couldn't resolve the function.