|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompilationUnit | |
---|---|
net.sourceforge.pmd | This is the PMD programming mistake detector. |
net.sourceforge.pmd.ast | |
net.sourceforge.pmd.jsp.ast |
Uses of CompilationUnit in net.sourceforge.pmd |
---|
Method parameters in net.sourceforge.pmd with type arguments of type CompilationUnit | |
---|---|
void |
RuleSets.apply(java.util.List<CompilationUnit> acuList,
RuleContext ctx,
Language language)
Apply all applicable rules to the compilation units. |
void |
RuleChain.apply(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx,
Language language)
Apply the RuleChain to the given ASTCompilationUnits using the given RuleContext, for those rules using the given Language. |
protected abstract void |
AbstractRuleChainVisitor.indexNodes(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx)
Index all nodes for visitation by rules. |
void |
RuleChainVisitor.visitAll(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx)
Visit all the given ASTCompilationUnits provided using the given RuleContext. |
void |
AbstractRuleChainVisitor.visitAll(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx)
|
Uses of CompilationUnit in net.sourceforge.pmd.ast |
---|
Method parameters in net.sourceforge.pmd.ast with type arguments of type CompilationUnit | |
---|---|
protected void |
JavaRuleChainVisitor.indexNodes(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx)
|
Uses of CompilationUnit in net.sourceforge.pmd.jsp.ast |
---|
Classes in net.sourceforge.pmd.jsp.ast that implement CompilationUnit | |
---|---|
class |
ASTCompilationUnit
|
Method parameters in net.sourceforge.pmd.jsp.ast with type arguments of type CompilationUnit | |
---|---|
protected void |
JspRuleChainVisitor.indexNodes(java.util.List<CompilationUnit> astCompilationUnits,
RuleContext ctx)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |