Uses of Interface
org.sonar.plugins.jcl.api.tree.TextRange
Packages that use TextRange
-
Uses of TextRange in org.sonar.plugins.jcl.api.checks
Methods in org.sonar.plugins.jcl.api.checks that return TextRangeModifier and TypeMethodDescriptionSecondaryLocation.textRange()Returns the value of thetextRangerecord component.Methods in org.sonar.plugins.jcl.api.checks with parameters of type TextRangeModifier and TypeMethodDescriptionvoidCheckContext.reportIssue(TextRange textRange, String message) Report an issue.voidCheckContext.reportIssue(TextRange textRange, String message, List<SecondaryLocation> secondaryLocations) Report an issue.Constructors in org.sonar.plugins.jcl.api.checks with parameters of type TextRangeModifierConstructorDescriptionSecondaryLocation(TextRange textRange, String message) Creates an instance of aSecondaryLocationrecord class. -
Uses of TextRange in org.sonar.plugins.jcl.api.tree
Methods in org.sonar.plugins.jcl.api.tree that return TextRange