Uses of Class
org.sonar.iac.common.api.tree.impl.TextRange
-
Packages that use TextRange Package Description org.sonar.iac.common.api.checks org.sonar.iac.common.api.tree org.sonar.iac.common.api.tree.impl org.sonar.iac.common.extension.visitors org.sonar.iac.common.yaml.tree -
-
Uses of TextRange in org.sonar.iac.common.api.checks
Fields in org.sonar.iac.common.api.checks declared as TextRange Modifier and Type Field Description TextRangeSecondaryLocation. textRangeMethods in org.sonar.iac.common.api.checks with parameters of type TextRange Modifier and Type Method Description voidCheckContext. reportIssue(TextRange textRange, String message)Constructors in org.sonar.iac.common.api.checks with parameters of type TextRange Constructor Description SecondaryLocation(TextRange textRange, String message) -
Uses of TextRange in org.sonar.iac.common.api.tree
Methods in org.sonar.iac.common.api.tree that return TextRange Modifier and Type Method Description TextRangeHasTextRange. textRange() -
Uses of TextRange in org.sonar.iac.common.api.tree.impl
Methods in org.sonar.iac.common.api.tree.impl that return TextRange Modifier and Type Method Description static TextRangeTextRanges. merge(List<TextRange> ranges)static TextRangeTextRanges. mergeElementsWithTextRange(List<? extends HasTextRange> elementsWithTextRange)static TextRangeTextRanges. range(int startLine, int startColumn, int endLine, int endColumn)static TextRangeTextRanges. range(int line, int column, String value)TextRangeCommentImpl. textRange()Methods in org.sonar.iac.common.api.tree.impl with parameters of type TextRange Modifier and Type Method Description static booleanTextRanges. isValidAndNotEmpty(TextRange range)Method parameters in org.sonar.iac.common.api.tree.impl with type arguments of type TextRange Modifier and Type Method Description static TextRangeTextRanges. merge(List<TextRange> ranges)Constructors in org.sonar.iac.common.api.tree.impl with parameters of type TextRange Constructor Description CommentImpl(String value, String contentText, TextRange textRange) -
Uses of TextRange in org.sonar.iac.common.extension.visitors
Methods in org.sonar.iac.common.extension.visitors with parameters of type TextRange Modifier and Type Method Description voidChecksVisitor.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.yaml.tree
Methods in org.sonar.iac.common.yaml.tree that return TextRange Modifier and Type Method Description static TextRangeYamlTreeMetadata. range(org.snakeyaml.engine.v2.nodes.Node node)TextRangeYamlTreeImpl. textRange()TextRangeYamlTreeMetadata. textRange()Constructors in org.sonar.iac.common.yaml.tree with parameters of type TextRange Constructor Description YamlTreeMetadata(String tag, TextRange textRange, List<Comment> comments)
-