Package 

Interface KSName


  • 
    public interface KSName
    
                        

    Kotlin Symbol Processing's representation of names. Can be simple or qualified names.

    • Method Summary

      Modifier and Type Method Description
      abstract String asString() String representation of the name.
      abstract String getQualifier() Qualifier of the name.
      abstract String getShortName() If a qualified name, it is the last part.
      • Methods inherited from class java.lang.Object

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