Uses of Class
net.sourceforge.pmd.lang.velocity.ast.ASTDirective
-
Packages that use ASTDirective Package Description net.sourceforge.pmd.lang.velocity.ast net.sourceforge.pmd.lang.velocity.rule.bestpractices -
-
Uses of ASTDirective in net.sourceforge.pmd.lang.velocity.ast
Methods in net.sourceforge.pmd.lang.velocity.ast with parameters of type ASTDirective Modifier and Type Method Description default RVtlVisitor. visit(ASTDirective node, P data) -
Uses of ASTDirective in net.sourceforge.pmd.lang.velocity.rule.bestpractices
Methods in net.sourceforge.pmd.lang.velocity.rule.bestpractices with parameters of type ASTDirective Modifier and Type Method Description ObjectAvoidReassigningParametersRule. visit(ASTDirective node, Object data)ObjectUnusedMacroParameterRule. visit(ASTDirective node, Object data)
-