Interface ScalaParserVisitor<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 Known Implementing Classes:
    ScalaParserVisitorAdapter, ScalaRule

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