Uses of Interface
org.sonar.iac.common.api.tree.HasTextRange
-
-
Uses of HasTextRange in org.sonar.iac.common.api.checks
Methods in org.sonar.iac.common.api.checks with parameters of type HasTextRange Modifier and Type Method Description static SecondaryLocationSecondaryLocation. of(HasTextRange tree, String message)voidCheckContext. reportIssue(HasTextRange toHighlight, String message)voidCheckContext. reportIssue(HasTextRange toHighlight, String message, List<SecondaryLocation> secondaryLocations)voidCheckContext. reportIssue(HasTextRange toHighlight, String message, SecondaryLocation secondaryLocation)Constructors in org.sonar.iac.common.api.checks with parameters of type HasTextRange Constructor Description SecondaryLocation(HasTextRange tree, String message) -
Uses of HasTextRange in org.sonar.iac.common.api.tree
Subinterfaces of HasTextRange in org.sonar.iac.common.api.tree Modifier and Type Interface Description interfaceCommentinterfaceIacTokeninterfacePropertyTreeinterfaceTextTreeinterfaceTree -
Uses of HasTextRange in org.sonar.iac.common.api.tree.impl
Classes in org.sonar.iac.common.api.tree.impl that implement HasTextRange Modifier and Type Class Description classCommentImpl -
Uses of HasTextRange in org.sonar.iac.common.extension.visitors
Methods in org.sonar.iac.common.extension.visitors with parameters of type HasTextRange Modifier and Type Method Description protected voidSyntaxHighlightingVisitor. highlight(HasTextRange tree, org.sonar.api.batch.sensor.highlighting.TypeOfText typeOfText)voidChecksVisitor.ContextAdapter. reportIssue(HasTextRange toHighlight, String message)voidChecksVisitor.ContextAdapter. reportIssue(HasTextRange toHighlight, String message, List<SecondaryLocation> secondaryLocations)voidChecksVisitor.ContextAdapter. reportIssue(HasTextRange toHighlight, String message, SecondaryLocation secondaryLocation) -
Uses of HasTextRange in org.sonar.iac.common.yaml.object
Methods in org.sonar.iac.common.yaml.object that return HasTextRange Modifier and Type Method Description protected HasTextRangeAttributeObject. toHighlight()protected HasTextRangeBlockObject. toHighlight()protected HasTextRangeListObject. toHighlight() -
Uses of HasTextRange in org.sonar.iac.common.yaml.tree
Subinterfaces of HasTextRange in org.sonar.iac.common.yaml.tree Modifier and Type Interface Description interfaceFileTreeinterfaceMappingTreeinterfaceScalarTreeinterfaceSequenceTreeinterfaceTupleTreeinterfaceYamlTreeClasses in org.sonar.iac.common.yaml.tree that implement HasTextRange Modifier and Type Class Description classFileTreeImplclassMappingTreeImplclassScalarTreeImplclassSequenceTreeImplclassTupleTreeImplclassYamlTreeImplclassYamlTreeMetadata
-