net.sourceforge.pmd.lang.rule.RuleViolationFactorypublic final class EcmascriptRuleViolationFactory
extends net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactory
| Modifier and Type | Field | Description |
|---|---|---|
static EcmascriptRuleViolationFactory |
INSTANCE |
| Modifier and Type | Method | Description |
|---|---|---|
protected net.sourceforge.pmd.RuleViolation |
createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message) |
|
protected net.sourceforge.pmd.RuleViolation |
createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message,
int beginLine,
int endLine) |
public static final EcmascriptRuleViolationFactory INSTANCE
protected net.sourceforge.pmd.RuleViolation createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message)
createRuleViolation in class net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactoryprotected net.sourceforge.pmd.RuleViolation createRuleViolation(net.sourceforge.pmd.Rule rule,
net.sourceforge.pmd.RuleContext ruleContext,
net.sourceforge.pmd.lang.ast.Node node,
java.lang.String message,
int beginLine,
int endLine)
createRuleViolation in class net.sourceforge.pmd.lang.rule.AbstractRuleViolationFactoryCopyright © 2002–2018 PMD. All rights reserved.