Package org.sonar.iac.common.api.checks
Class SecondaryLocation
- java.lang.Object
-
- org.sonar.iac.common.api.checks.SecondaryLocation
-
public class SecondaryLocation extends Object
-
-
Constructor Summary
Constructors Constructor Description SecondaryLocation(HasTextRange tree, String message)SecondaryLocation(TextRange textRange, String message)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)inthashCode()static SecondaryLocationof(HasTextRange tree, String message)static SecondaryLocationsecondary(int startLine, int startOffset, int endLine, int endOffset, String message)
-
-
-
Constructor Detail
-
SecondaryLocation
public SecondaryLocation(HasTextRange tree, String message)
-
-
Method Detail
-
of
public static SecondaryLocation of(HasTextRange tree, String message)
-
secondary
public static SecondaryLocation secondary(int startLine, int startOffset, int endLine, int endOffset, String message)
-
-