Uses of Class
net.sourceforge.pmd.reporting.RuleContext
-
Packages that use RuleContext Package Description net.sourceforge.pmd.lang.rule net.sourceforge.pmd.lang.rule.xpath net.sourceforge.pmd.reporting Logic about reporting: violations, suppression etc. -
-
Uses of RuleContext in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule that return RuleContext Modifier and Type Method Description protected RuleContext
AbstractRule. asCtx(Object ctx)
Cast the argument to aRuleContext
.Methods in net.sourceforge.pmd.lang.rule that return types with arguments of type RuleContext Modifier and Type Method Description abstract AstVisitor<RuleContext,?>
AbstractVisitorRule. buildVisitor()
Returns a rule visitor that can visit nodes for the given rule context.Methods in net.sourceforge.pmd.lang.rule with parameters of type RuleContext Modifier and Type Method Description void
AbstractVisitorRule. apply(Node target, RuleContext ctx)
void
Rule. apply(Node target, RuleContext ctx)
Process the given node.void
RuleReference. apply(Node target, RuleContext ctx)
void
AbstractRule. end(RuleContext ctx)
void
Rule. end(RuleContext ctx)
End processing.void
RuleReference. end(RuleContext ctx)
void
AbstractRule. start(RuleContext ctx)
void
Rule. start(RuleContext ctx)
Start processing.void
RuleReference. start(RuleContext ctx)
-
Uses of RuleContext in net.sourceforge.pmd.lang.rule.xpath
Methods in net.sourceforge.pmd.lang.rule.xpath with parameters of type RuleContext Modifier and Type Method Description void
XPathRule. apply(Node target, RuleContext ctx)
-
Uses of RuleContext in net.sourceforge.pmd.reporting
Methods in net.sourceforge.pmd.reporting that return RuleContext Modifier and Type Method Description static RuleContext
InternalApiBridge. createRuleContext(FileAnalysisListener listener, Rule rule)
Create a new RuleContext.Methods in net.sourceforge.pmd.reporting with parameters of type RuleContext Modifier and Type Method Description static Rule
InternalApiBridge. getRule(RuleContext ruleContext)
-