|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.pmd.AbstractRuleChainVisitor
net.sourceforge.pmd.jsp.ast.JspRuleChainVisitor
public class JspRuleChainVisitor
Field Summary |
---|
Fields inherited from class net.sourceforge.pmd.AbstractRuleChainVisitor |
---|
nodeNameToNodes, rules |
Constructor Summary | |
---|---|
JspRuleChainVisitor()
|
Method Summary | |
---|---|
protected void |
indexNodes(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx)
Index all nodes for visitation by rules. |
protected void |
visit(Rule rule,
SimpleNode node,
RuleContext ctx)
Visit the given rule to the given node. |
Methods inherited from class net.sourceforge.pmd.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 |
---|
public JspRuleChainVisitor()
Method Detail |
---|
protected void indexNodes(java.util.List<CompilationUnit> astCompilationUnits, RuleContext ctx)
AbstractRuleChainVisitor
indexNodes
in class AbstractRuleChainVisitor
protected void visit(Rule rule, SimpleNode node, RuleContext ctx)
AbstractRuleChainVisitor
visit
in class AbstractRuleChainVisitor
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |