Class EcmascriptVisitorBase<P,​R>

  • Type Parameters:
    P - Parameter of the visit
    R - Return type of the visit
    All Implemented Interfaces:
    net.sourceforge.pmd.lang.ast.AstVisitor<P,​R>, EcmascriptVisitor<P,​R>

    public abstract class EcmascriptVisitorBase<P,​R>
    extends net.sourceforge.pmd.lang.ast.AstVisitorBase<P,​R>
    implements EcmascriptVisitor<P,​R>
    A base visitor that by default does a top-down visit of the tree.
    • Constructor Detail

      • EcmascriptVisitorBase

        public EcmascriptVisitorBase()