Interface IssueLocation
-
- All Known Implementing Classes:
IssueLocation.File,IssueLocation.Line,IssueLocation.Range
public interface IssueLocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIssueLocation.Filestatic classIssueLocation.Linestatic classIssueLocation.Rangestatic classIssueLocation.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PathgetSourcePath()IssueLocation.TypegetType()
-
-
-
Method Detail
-
getSourcePath
Path getSourcePath()
-
getType
IssueLocation.Type getType()
-
-