Class IssueLocation.Range
- java.lang.Object
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation.File
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation.Line
-
- org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation.Range
-
- All Implemented Interfaces:
IssueLocation
- Enclosing interface:
- IssueLocation
public static class IssueLocation.Range extends IssueLocation.Line
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation
IssueLocation.File, IssueLocation.Line, IssueLocation.Range, IssueLocation.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumn()intgetEndColumn()intgetEndLine()IssueLocation.TypegetType()-
Methods inherited from class org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation.Line
getLine
-
Methods inherited from class org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation.File
getSourcePath
-
-
-
-
Constructor Detail
-
Range
public Range(Path sourcePath, int line, int column, int endLine, int endColumn)
-
-
Method Detail
-
getColumn
public int getColumn()
-
getEndLine
public int getEndLine()
-
getEndColumn
public int getEndColumn()
-
getType
public IssueLocation.Type getType()
- Specified by:
getTypein interfaceIssueLocation- Overrides:
getTypein classIssueLocation.Line
-
-