Package 

Interface KSFunction

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • 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.

      • isError

         abstract Boolean isError()

        True if the compiler couldn't resolve the function.