net.sourceforge.pmd.lang
Class DummyLanguageModule.RuleViolationFactory
java.lang.Object
AbstractRuleViolationFactory
net.sourceforge.pmd.lang.DummyLanguageModule.RuleViolationFactory
- Enclosing class:
- DummyLanguageModule
public static class DummyLanguageModule.RuleViolationFactory
- extends AbstractRuleViolationFactory
Method Summary |
protected RuleViolation |
createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message)
|
protected RuleViolation |
createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message,
int beginLine,
int endLine)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DummyLanguageModule.RuleViolationFactory
public DummyLanguageModule.RuleViolationFactory()
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message)
createRuleViolation
protected RuleViolation createRuleViolation(Rule rule,
RuleContext ruleContext,
Node node,
String message,
int beginLine,
int endLine)
Copyright © 2002–2015 InfoEther. All rights reserved.