Interface KotlinVisitor<P,​R>

  • Type Parameters:
    P - The parameter type of the visit
    R - The return type of the visit operation. Use Void for operations with no return type.
    All Superinterfaces:
    AstVisitor<P,​R>
    All Known Implementing Classes:
    KotlinVisitorBase

    public interface KotlinVisitor<P,​R>
    extends AstVisitor<P,​R>
    This interface defines a complete generic visitor for a parse tree produced by KotlinParser.