Interface ScalaVisitor<D,​R>

  • Type Parameters:
    D - The type of the data input to each visit method
    R - the type of the returned data from each visit method
    All Superinterfaces:
    AstVisitor<D,​R>
    All Known Implementing Classes:
    ScalaRule, ScalaVisitorBase

    public interface ScalaVisitor<D,​R>
    extends AstVisitor<D,​R>
    A Visitor Pattern Interface for the Scala AST.