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 language Module
  • Constructor Details

    • BslSuppressionRange

      public BslSuppressionRange(int startLine, int endLine, Set<String> checkIds)
      Constructor
      Parameters:
      startLine - start line of suppression range
      endLine - end line of suppression range
      checkIds - check ids of suppression range, cannot be null
  • Method Details

    • 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