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(org.sonar.api.batch.fs.TextRange textRange, String message)SecondaryLocation(HasTextRange tree, 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)
-
-
-
Field Detail
-
textRange
public final org.sonar.api.batch.fs.TextRange textRange
-
message
public final String message
-
-
Constructor Detail
-
SecondaryLocation
public SecondaryLocation(HasTextRange tree, String message)
-
SecondaryLocation
public SecondaryLocation(org.sonar.api.batch.fs.TextRange textRange, String message)
-
-
Method Detail
-
of
public static SecondaryLocation of(HasTextRange tree, String message)
-
-