Uses of Class
net.sourceforge.pmd.RuleContext
-
Packages that use RuleContext Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.lang.ast.impl.antlr4 net.sourceforge.pmd.lang.rule -
-
Uses of RuleContext in net.sourceforge.pmd
Methods in net.sourceforge.pmd that return RuleContext Modifier and Type Method Description static RuleContextRuleContext. create(FileAnalysisListener listener, Rule rule)Create a new RuleContext.Methods in net.sourceforge.pmd with parameters of type RuleContext Modifier and Type Method Description voidRule. apply(Node target, RuleContext ctx)Process the given node.voidRule. end(RuleContext ctx)End processing.voidRule. start(RuleContext ctx)Start processing. -
Uses of RuleContext in net.sourceforge.pmd.lang.ast.impl.antlr4
Methods in net.sourceforge.pmd.lang.ast.impl.antlr4 that return types with arguments of type RuleContext Modifier and Type Method Description abstract AstVisitor<RuleContext,?>AntlrBaseRule. buildVisitor()Returns a rule visitor that can visit nodes for the given rule context.Methods in net.sourceforge.pmd.lang.ast.impl.antlr4 with parameters of type RuleContext Modifier and Type Method Description voidAntlrBaseRule. apply(Node target, RuleContext ctx) -
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 with parameters of type RuleContext Modifier and Type Method Description voidAbstractDelegateRule. apply(Node target, RuleContext ctx)Deprecated.voidXPathRule. apply(Node target, RuleContext ctx)voidAbstractDelegateRule. end(RuleContext ctx)Deprecated.voidAbstractRule. end(RuleContext ctx)voidAbstractDelegateRule. start(RuleContext ctx)Deprecated.voidAbstractRule. start(RuleContext ctx)
-