Uses of Class
org.acm.seguin.pmd.RuleContext

Packages that use RuleContext
org.acm.seguin.ide.common Classes common to all IDEs. 
org.acm.seguin.pmd   
org.acm.seguin.pmd.stat   
 

Uses of RuleContext in org.acm.seguin.ide.common
 

Methods in org.acm.seguin.ide.common that return RuleContext
 RuleContext CodingStandardsViewer.check(java.awt.Frame view, java.lang.Object buffer, boolean silent)
          Description of the Method
 

Uses of RuleContext in org.acm.seguin.pmd
 

Methods in org.acm.seguin.pmd with parameters of type RuleContext
 void Rule.apply(java.util.List astCompilationUnits, RuleContext ctx)
           
 void RuleSet.apply(java.util.List acuList, 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.InputStream fileContents, RuleSet ruleSet, RuleContext ctx)
           
 void PMD.processFile(java.io.Reader reader, RuleSet ruleSet, RuleContext ctx)
           
protected  void AbstractRule.visitAll(java.util.List acus, RuleContext ctx)
           
 

Constructors in org.acm.seguin.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 org.acm.seguin.pmd.stat
 

Methods in org.acm.seguin.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)