Class EcmascriptVisitorBase<P,R>

java.lang.Object
net.sourceforge.pmd.lang.ast.AstVisitorBase<P,R>
net.sourceforge.pmd.lang.ecmascript.ast.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 Details

    • EcmascriptVisitorBase

      public EcmascriptVisitorBase()