Uses of Class
net.sourceforge.pmd.RuleContext

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
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 PMD.processFile(java.io.Reader reader, RuleSet ruleSet, RuleContext ctx)
           
 void PMD.processFile(java.io.InputStream fileContents, java.lang.String encoding, RuleSet ruleSet, RuleContext ctx)
           
 void PMD.processFile(java.io.InputStream fileContents, RuleSet ruleSet, RuleContext ctx)
           
 void Rule.apply(java.util.List astCompilationUnits, RuleContext ctx)
           
 void RuleSet.apply(java.util.List acuList, 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)
           
 



Copyright © 2002-2004 Project Ultra*Log @ DARPA. All Rights Reserved.