Class VmRuleChainVisitor

  • All Implemented Interfaces:
    net.sourceforge.pmd.lang.rule.RuleChainVisitor

    public class VmRuleChainVisitor
    extends net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor
    • Field Summary

      • Fields inherited from class net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor

        nodeNameToNodes, ruleSetRules
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void indexNodes​(java.util.List<net.sourceforge.pmd.lang.ast.Node> nodes, net.sourceforge.pmd.RuleContext ctx)  
      protected void visit​(net.sourceforge.pmd.Rule rule, net.sourceforge.pmd.lang.ast.Node node, net.sourceforge.pmd.RuleContext ctx)  
      • Methods inherited from class net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor

        add, clear, indexNode, initialize, visitAll
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VmRuleChainVisitor

        public VmRuleChainVisitor()
    • Method Detail

      • indexNodes

        protected void indexNodes​(java.util.List<net.sourceforge.pmd.lang.ast.Node> nodes,
                                  net.sourceforge.pmd.RuleContext ctx)
        Specified by:
        indexNodes in class net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor
      • visit

        protected void visit​(net.sourceforge.pmd.Rule rule,
                             net.sourceforge.pmd.lang.ast.Node node,
                             net.sourceforge.pmd.RuleContext ctx)
        Specified by:
        visit in class net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor