Package net.sourceforge.pmd.lang.vf.rule
Class VfRuleChainVisitor
- java.lang.Object
-
- net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor
-
- net.sourceforge.pmd.lang.vf.rule.VfRuleChainVisitor
-
- All Implemented Interfaces:
RuleChainVisitor
@Deprecated public class VfRuleChainVisitor extends AbstractRuleChainVisitor
Deprecated.for removal with PMD 7. A language dependent rule chain visitor is not needed anymore. SeeRuleChainVisitor
.
-
-
Field Summary
-
Fields inherited from class net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor
nodeNameToNodes, ruleSetRules
-
-
Constructor Summary
Constructors Constructor Description VfRuleChainVisitor()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected void
indexNodes(List<Node> nodes, RuleContext ctx)
Deprecated.protected void
visit(Rule rule, Node node, RuleContext ctx)
Deprecated.-
Methods inherited from class net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor
add, clear, indexNode, initialize, visitAll
-
-
-
-
Method Detail
-
indexNodes
protected void indexNodes(List<Node> nodes, RuleContext ctx)
Deprecated.- Specified by:
indexNodes
in classAbstractRuleChainVisitor
-
visit
protected void visit(Rule rule, Node node, RuleContext ctx)
Deprecated.- Specified by:
visit
in classAbstractRuleChainVisitor
-
-