public class DaaRuleViolation extends JavaRuleViolation
beginColumn, beginLine, className, description, endColumn, endLine, filename, methodName, packageName, rule, suppressed| Constructor and Description |
|---|
DaaRuleViolation(Rule rule,
RuleContext ctx,
Node node,
java.lang.String type,
java.lang.String msg,
java.lang.String var,
int beginLine,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getType() |
java.lang.String |
getVariableName() |
isSupressedexpandVariables, getBeginColumn, getBeginLine, getClassName, getDescription, getEndColumn, getEndLine, getFilename, getMethodName, getPackageName, getRule, getVariableValue, isSuppressed, isVariable, setLines, toStringpublic DaaRuleViolation(Rule rule, RuleContext ctx, Node node, java.lang.String type, java.lang.String msg, java.lang.String var, int beginLine, int endLine)
public java.lang.String getVariableName()
getVariableName in interface RuleViolationgetVariableName in class ParametricRuleViolation<JavaNode>public java.lang.String getType()
Copyright © 2002–2017 PMD. All rights reserved.