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