public class DaaRuleViolation extends RuleViolation
RuleViolation.RuleViolationComparator| Constructor and Description |
|---|
DaaRuleViolation(Rule rule,
RuleContext ctx,
SimpleNode node,
java.lang.String type,
java.lang.String msg,
java.lang.String var,
int beginLine,
int endLine) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBeginLine() |
int |
getEndLine() |
java.lang.String |
getType() |
java.lang.String |
getVariableName() |
getBeginColumn, getClassName, getDescription, getEndColumn, getFilename, getMethodName, getPackageName, getRule, isSuppressed, toStringpublic DaaRuleViolation(Rule rule, RuleContext ctx, SimpleNode 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 IRuleViolationgetVariableName in class RuleViolationpublic int getBeginLine()
getBeginLine in interface IRuleViolationgetBeginLine in class RuleViolationpublic int getEndLine()
getEndLine in interface IRuleViolationgetEndLine in class RuleViolationpublic java.lang.String getType()