Class SecondaryLocation

java.lang.Object
org.sonarsource.slang.checks.api.SecondaryLocation

public class SecondaryLocation extends Object
  • Field Details

    • textRange

      public final TextRange textRange
    • message

      @Nullable public final String message
  • Constructor Details

    • SecondaryLocation

      public SecondaryLocation(Tree tree)
    • SecondaryLocation

      public SecondaryLocation(Tree tree, @Nullable String message)
    • SecondaryLocation

      public SecondaryLocation(TextRange textRange, @Nullable String message)