net.sourceforge.pmd.lang.plsql.rule
Class PLSQLRuleChainVisitor

java.lang.Object
  extended by net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor
      extended by net.sourceforge.pmd.lang.plsql.rule.PLSQLRuleChainVisitor
All Implemented Interfaces:
RuleChainVisitor

public class PLSQLRuleChainVisitor
extends AbstractRuleChainVisitor


Field Summary
 
Fields inherited from class net.sourceforge.pmd.lang.rule.AbstractRuleChainVisitor
nodeNameToNodes, ruleSetRules
 
Constructor Summary
PLSQLRuleChainVisitor()
           
 
Method Summary
protected  void indexNodes(List<Node> nodes, RuleContext ctx)
           
protected  void visit(Rule rule, Node node, 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

PLSQLRuleChainVisitor

public PLSQLRuleChainVisitor()
Method Detail

indexNodes

protected void indexNodes(List<Node> nodes,
                          RuleContext ctx)
Specified by:
indexNodes in class AbstractRuleChainVisitor

visit

protected void visit(Rule rule,
                     Node node,
                     RuleContext ctx)
Specified by:
visit in class AbstractRuleChainVisitor


Copyright © 2002-2016 InfoEther. All Rights Reserved.