Package com._1c.g5.v8.dt.bsl.validation
Class BslSuppressionProvider.BslSuppressionRange
java.lang.Object
com._1c.g5.v8.dt.bsl.validation.BslSuppressionProvider.BslSuppressionRange
- Enclosing class:
- BslSuppressionProvider
Suppression range in Built-in language
Module
-
Constructor Summary
ConstructorsConstructorDescriptionBslSuppressionRange
(int startLine, int endLine, Set<String> checkIds) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGets check ids of suppression rangeint
Gets end line of suppression rangeint
Gets start line of suppression range
-
Constructor Details
-
BslSuppressionRange
Constructor- Parameters:
startLine
- start line of suppression rangeendLine
- end line of suppression rangecheckIds
- check ids of suppression range, cannot benull
-
-
Method Details
-
getStartLine
public int getStartLine()Gets start line of suppression range- Returns:
- the start line of suppression range
-
getCheckIds
Gets check ids of suppression range- Returns:
- the check ids of suppression range, never
null
-
getEndLine
public int getEndLine()Gets end line of suppression range- Returns:
- the end line of suppression range
-