Uses of Class
net.sourceforge.pmd.reporting.RuleContext
-
Packages that use RuleContext Package Description net.sourceforge.pmd.lang.rule net.sourceforge.pmd.lang.rule.impl 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 RuleContextAbstractRule. 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 voidAbstractVisitorRule. apply(Node target, RuleContext ctx)voidRule. apply(Node target, RuleContext ctx)Process the given node.voidRuleReference. apply(Node target, RuleContext ctx)voidAbstractRule. end(RuleContext ctx)voidRule. end(RuleContext ctx)End processing.voidRuleReference. end(RuleContext ctx)voidAbstractRule. start(RuleContext ctx)voidRule. start(RuleContext ctx)Start processing.voidRuleReference. start(RuleContext ctx) -
Uses of RuleContext in net.sourceforge.pmd.lang.rule.impl
Methods in net.sourceforge.pmd.lang.rule.impl with parameters of type RuleContext Modifier and Type Method Description voidUnnecessaryPmdSuppressionRule. apply(Node rootNode, 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 voidXPathRule. 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 RuleContextInternalApiBridge. 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 RuleInternalApiBridge. getRule(RuleContext ruleContext)
-