|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RuleContext | |
net.sourceforge.pmd | |
net.sourceforge.pmd.stat |
Uses of RuleContext in net.sourceforge.pmd |
Methods in net.sourceforge.pmd with parameters of type RuleContext | |
void |
PMD.processFile(java.io.Reader reader,
RuleSet ruleSet,
RuleContext ctx)
|
void |
PMD.processFile(java.io.InputStream fileContents,
RuleSet ruleSet,
RuleContext ctx)
|
protected void |
AbstractRule.visitAll(java.util.List acus,
RuleContext ctx)
|
void |
AbstractRule.apply(java.util.List acus,
RuleContext ctx)
|
RuleViolation |
AbstractRule.createRuleViolation(RuleContext ctx,
int lineNumber)
|
RuleViolation |
AbstractRule.createRuleViolation(RuleContext ctx,
int lineNumber,
java.lang.String specificDescription)
|
void |
RuleSet.apply(java.util.List acuList,
RuleContext ctx)
|
void |
Rule.apply(java.util.List astCompilationUnits,
RuleContext ctx)
|
Constructors in net.sourceforge.pmd with parameters of type RuleContext | |
RuleViolation(Rule rule,
int line,
RuleContext ctx)
|
|
RuleViolation(Rule rule,
int line,
java.lang.String specificDescription,
RuleContext ctx)
|
Uses of RuleContext in net.sourceforge.pmd.stat |
Methods in net.sourceforge.pmd.stat with parameters of type RuleContext | |
void |
StatisticalRule.apply(java.util.List acus,
RuleContext ctx)
|
protected void |
StatisticalRule.makeViolations(RuleContext ctx,
java.util.Set dataPoints)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |