Class KSNodeKtImpl

  • All Implemented Interfaces:
    com.google.devtools.ksp.symbol.KSNode

    
    public abstract class KSNodeKtImpl
     implements KSNode
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final Location location
      private final Origin origin
      private final KSNode parent
    • Constructor Summary

      Constructors 
      Constructor Description
      KSNodeKtImpl(KtElement element)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Location getLocation()
      • Methods inherited from class com.google.devtools.ksp.symbol.KSNode

        accept, getOrigin, getParent
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • KSNodeKtImpl

        KSNodeKtImpl(KtElement element)