Class ScalaVisitorBase<D,​R>

  • Type Parameters:
    D - The type of the data input
    R - The type of the returned data
    All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor<D,​R>, ScalaVisitor<D,​R>

    public class ScalaVisitorBase<D,​R>
    extends net.sourceforge.pmd.lang.ast.AstVisitorBase<D,​R>
    implements ScalaVisitor<D,​R>
    An Adapter for the Scala Parser that implements the Visitor Pattern.
    • Constructor Detail

      • ScalaVisitorBase

        public ScalaVisitorBase()
    • Method Detail

      • visitNode

        public R visitNode​(net.sourceforge.pmd.lang.ast.Node node,
                           D param)
        Specified by:
        visitNode in interface net.sourceforge.pmd.lang.ast.AstVisitor<D,​R>
        Overrides:
        visitNode in class net.sourceforge.pmd.lang.ast.AstVisitorBase<D,​R>