Uses of Class
org.sonarsource.analyzer.commons.checks.verifier.internal.IssueLocation.Type
-
Packages that use IssueLocation.Type Package Description org.sonarsource.analyzer.commons.checks.verifier.internal -
-
Uses of IssueLocation.Type in org.sonarsource.analyzer.commons.checks.verifier.internal
Methods in org.sonarsource.analyzer.commons.checks.verifier.internal that return IssueLocation.Type Modifier and Type Method Description IssueLocation.TypeIssueLocation.File. getType()IssueLocation.TypeIssueLocation. getType()IssueLocation.TypeIssueLocation.Line. getType()IssueLocation.TypeIssueLocation.Range. getType()static IssueLocation.TypeIssueLocation.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static IssueLocation.Type[]IssueLocation.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-