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
public static class BslSuppressionProvider.BslSuppressionRange extends Object
Suppression range in Built-in languageModule
-
-
Constructor Summary
Constructors Constructor Description BslSuppressionRange(int startLine, int endLine, Set<String> checkIds)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getCheckIds()
Gets check ids of suppression rangeint
getEndLine()
Gets end line of suppression rangeint
getStartLine()
Gets start line of suppression range
-
-
-
Method Detail
-
getStartLine
public int getStartLine()
Gets start line of suppression range- Returns:
- the start line of suppression range
-
getCheckIds
public Set<String> 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
-
-