Package net.sourceforge.pmd.lang.vf.ast
Class VfVisitorBase<P,R>
- java.lang.Object
-
- net.sourceforge.pmd.lang.ast.AstVisitorBase<P,R>
-
- net.sourceforge.pmd.lang.vf.ast.VfVisitorBase<P,R>
-
- All Implemented Interfaces:
AstVisitor<P,R>
,VfVisitor<P,R>
- Direct Known Subclasses:
VfParserVisitorAdapter
public abstract class VfVisitorBase<P,R> extends AstVisitorBase<P,R> implements VfVisitor<P,R>
-
-
Constructor Summary
Constructors Constructor Description VfVisitorBase()
-
Method Summary
-
Methods inherited from class net.sourceforge.pmd.lang.ast.AstVisitorBase
visitChildren, visitNode
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.pmd.lang.ast.AstVisitor
cannotVisit, visitNode
-
-