T
- public class ApexRuleViolation<T> extends ParametricRuleViolation<Node>
beginColumn, beginLine, className, description, endColumn, endLine, filename, methodName, packageName, rule, suppressed, variableName
Constructor and Description |
---|
ApexRuleViolation(Rule rule,
RuleContext ctx,
Node node,
java.lang.String message) |
ApexRuleViolation(Rule rule,
RuleContext ctx,
Node node,
java.lang.String message,
int beginLine,
int endLine) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSupressed(Node node,
Rule rule)
Check for suppression on this node, on parents, and on contained types
for ASTCompilationUnit
|
expandVariables, getBeginColumn, getBeginLine, getClassName, getDescription, getEndColumn, getEndLine, getFilename, getMethodName, getPackageName, getRule, getVariableName, getVariableValue, isSuppressed, isVariable, setLines, toString
public ApexRuleViolation(Rule rule, RuleContext ctx, Node node, java.lang.String message, int beginLine, int endLine)
public ApexRuleViolation(Rule rule, RuleContext ctx, Node node, java.lang.String message)
Copyright © 2002–2018 PMD. All rights reserved.