Package 

Interface KSExpectActual


  • 
    public interface KSExpectActual
    
                        

    Classes, functions, properties and typealiases can be declared as expect in common modules and actual in platform modules.

    See https://kotlinlang.org/docs/reference/platform-specific-declarations.html for more information.

    • Method Summary

      Modifier and Type Method Description
      abstract Sequence<KSDeclaration> findActuals() Finds all corresponding actual implementations for this.
      abstract Sequence<KSDeclaration> findExpects() Finds all corresponding expect declarations for this.
      abstract Boolean getIsActual() True if this is an actual implementation.
      abstract Boolean getIsExpect() True if this is an expect declaration.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait