Class ScalaVisitorBase<D,​R>

  • Type Parameters:
    D - The type of the data input
    R - The type of the returned data
    All Implemented Interfaces:
    AstVisitor<D,​R>, ScalaVisitor<D,​R>

    public class ScalaVisitorBase<D,​R>
    extends AstVisitorBase<D,​R>
    implements ScalaVisitor<D,​R>
    An Adapter for the Scala Parser that implements the Visitor Pattern.