Package 

Interface KSDeclarationContainer

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

    
    public interface KSDeclarationContainer
     implements KSNode
                        

    A declaration container can have a list of declarations declared in it.

    • Method Summary

      Modifier and Type Method Description
      abstract Sequence<KSDeclaration> getDeclarations() Declarations that are lexically declared inside the current container.
      abstract Origin getOrigin()
      abstract Location getLocation()
      abstract KSNode getParent()
      • Methods inherited from class com.google.devtools.ksp.symbol.KSDeclarationContainer

        accept
      • Methods inherited from class java.lang.Object

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