Package 

Class KSTopDownVisitor

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

    
    public abstract class KSTopDownVisitor<D extends Object, R extends Object>
    extends KSDefaultVisitor<D, R>
                        

    Visit all elements recursively.

    For subclasses overriding a function, remember to call the corresponding super method.