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, toString
public 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 IRuleViolation
getVariableName
in class RuleViolation
public int getBeginLine()
getBeginLine
in interface IRuleViolation
getBeginLine
in class RuleViolation
public int getEndLine()
getEndLine
in interface IRuleViolation
getEndLine
in class RuleViolation
public java.lang.String getType()