| Modifier and Type | Method and Description | 
|---|---|
Transform | 
getDefaultTransform()
Gets the default transform of this violation, or null if none. 
 | 
Location | 
getFocusLocation()
Gets the focus location of the violation, or null if none. 
 | 
Location | 
getLocation()
Gets the location of the violating construct. 
 | 
int | 
getParameterCount()
Gets the number of parameters of this violation. 
 | 
java.lang.String | 
getParameterName(int index)
Gets the name of a parameter of this violation. 
 | 
java.lang.Object | 
getParameterValue(int index)
Gets the value of a parameter of this violation. 
 | 
java.lang.Object | 
getParameterValue(java.lang.String name)
Gets the value of a parameter of this violation by name. 
 | 
Rule | 
getRule()
Gets the rule violated by this violation. 
 | 
int | 
getSerialNumber()
Gets the serial number of this violation. 
 | 
Suppression | 
getSuppression(int index)
Gets a suppression matching this violation. 
 | 
int | 
getSuppressionCount()
Gets the number of suppressions matching this violation. 
 | 
Transform | 
getTransform(int index)
Gets a transform of this violation. 
 | 
int | 
getTransformCount()
Gets the number of transforms of this violation. 
 | 
java.lang.String | 
getVariation()
Gets the variation in the rule violated, or null if the default. 
 | 
getConstruct, getHtmlMessage, getLength, getMessage, getOffset, getSeverity, getTransforms, hasTransformsRule getRule()
java.lang.String getVariation()
Location getLocation()
Location getFocusLocation()
int getParameterCount()
java.lang.String getParameterName(int index)
index - The index of the parameter.java.lang.Object getParameterValue(int index)
index - The index of the parameter.java.lang.Object getParameterValue(java.lang.String name)
int getTransformCount()
Transform getTransform(int index)
index - The index of the transform.Transform getDefaultTransform()
int getSuppressionCount()
Suppression getSuppression(int index)
index - The index of the suppression.int getSerialNumber()