Uses of Interface
net.sourceforge.pmd.lang.ast.AstVisitor
Packages that use AstVisitor
Package
Description
-
Uses of AstVisitor in net.sourceforge.pmd.lang.ast
Classes in net.sourceforge.pmd.lang.ast that implement AstVisitorModifier and TypeClassDescriptionclassAstVisitorBase<P,R> Base implementation ofAstVisitor, that performs a top-down (preorder) visit and may accumulate a result.Methods in net.sourceforge.pmd.lang.ast with parameters of type AstVisitorModifier and TypeMethodDescriptiondefault <P,R> R Node.acceptVisitor(AstVisitor<? super P, ? extends R> visitor, P data) Calls back the visitor's visit method corresponding to the runtime type of this Node. -
Uses of AstVisitor in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule that return AstVisitorModifier and TypeMethodDescriptionabstract AstVisitor<RuleContext,?> AbstractVisitorRule.buildVisitor()Returns a rule visitor that can visit nodes for the given rule context.