Uses of Class
org.sonar.iac.common.api.tree.impl.TextRange
Packages that use TextRange
Package
Description
-
Uses of TextRange in org.sonar.iac.common.api.checks
Fields in org.sonar.iac.common.api.checks declared as TextRangeMethods in org.sonar.iac.common.api.checks with parameters of type TextRangeModifier and TypeMethodDescriptionvoidCheckContext.reportIssue(TextRange textRange, String message) Constructors in org.sonar.iac.common.api.checks with parameters of type TextRange -
Uses of TextRange in org.sonar.iac.common.api.tree
Methods in org.sonar.iac.common.api.tree that return TextRange -
Uses of TextRange in org.sonar.iac.common.api.tree.impl
Methods in org.sonar.iac.common.api.tree.impl that return TextRangeModifier and TypeMethodDescriptionstatic TextRangestatic TextRangeTextRanges.mergeElementsWithTextRange(List<? extends HasTextRange> elementsWithTextRange) static TextRangeTextRanges.range(int startLine, int startColumn, int endLine, int endColumn) static TextRangeCommentImpl.textRange()Methods in org.sonar.iac.common.api.tree.impl with parameters of type TextRangeMethod parameters in org.sonar.iac.common.api.tree.impl with type arguments of type TextRangeConstructors in org.sonar.iac.common.api.tree.impl with parameters of type TextRange -
Uses of TextRange in org.sonar.iac.common.extension
Constructors in org.sonar.iac.common.extension with parameters of type TextRange -
Uses of TextRange in org.sonar.iac.common.extension.visitors
Methods in org.sonar.iac.common.extension.visitors with parameters of type TextRangeModifier and TypeMethodDescriptionvoidChecksVisitor.ContextAdapter.reportIssue(TextRange textRange, String message) voidInputFileContext.reportIssue(org.sonar.api.rule.RuleKey ruleKey, TextRange textRange, String message, List<SecondaryLocation> secondaryLocations) -
Uses of TextRange in org.sonar.iac.common.parser
Methods in org.sonar.iac.common.parser that return TextRangeModifier and TypeMethodDescriptionstatic TextRangeNodeBuilderUtils.tokenRange(com.sonar.sslr.api.typed.Input input, int startIndex, String value) -
Uses of TextRange in org.sonar.iac.common.yaml.tree
Methods in org.sonar.iac.common.yaml.tree that return TextRangeModifier and TypeMethodDescriptionstatic TextRangeYamlTreeMetadata.range(org.snakeyaml.engine.v2.nodes.Node node) YamlTreeImpl.textRange()YamlTreeMetadata.textRange()Constructors in org.sonar.iac.common.yaml.tree with parameters of type TextRangeModifierConstructorDescriptionYamlTreeMetadata(String tag, TextRange textRange, List<Comment> comments)