Package 

Interface KSDeclaration

  • All Implemented Interfaces:
    com.google.devtools.ksp.symbol.KSAnnotated , com.google.devtools.ksp.symbol.KSExpectActual , com.google.devtools.ksp.symbol.KSModifierListOwner , com.google.devtools.ksp.symbol.KSNode

    
    public interface KSDeclaration
     implements KSModifierListOwner, KSAnnotated, KSExpectActual
                        

    A declaration, can be function declaration, clsss declaration and property declaration, or a type alias.