Interface SwiftVisitor<P,​R>

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

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