Uses of Interface
org.sonar.iac.common.api.tree.Comment
Packages that use Comment
Package
Description
-
Uses of Comment in org.sonar.iac.common.api.tree
Methods in org.sonar.iac.common.api.tree that return types with arguments of type Comment -
Uses of Comment in org.sonar.iac.common.api.tree.impl
Classes in org.sonar.iac.common.api.tree.impl that implement Comment -
Uses of Comment in org.sonar.iac.common.extension.visitors
Method parameters in org.sonar.iac.common.extension.visitors with type arguments of type CommentModifier and TypeMethodDescriptionprotected voidMetricsVisitor.addCommentLines(List<Comment> comments) -
Uses of Comment in org.sonar.iac.common.parser
Methods in org.sonar.iac.common.parser that return types with arguments of type CommentModifier and TypeMethodDescriptionNodeBuilderUtils.createComments(List<com.sonar.sslr.api.Trivia> trivias) -
Uses of Comment in org.sonar.iac.common.yaml.tree
Methods in org.sonar.iac.common.yaml.tree that return types with arguments of type CommentModifier and TypeMethodDescriptionYamlTreeImpl.comments()YamlTreeMetadata.comments()YamlTreeMetadata.comments(org.snakeyaml.engine.v2.nodes.Node node) Constructor parameters in org.sonar.iac.common.yaml.tree with type arguments of type CommentModifierConstructorDescriptionYamlTreeMetadata(String tag, TextRange textRange, List<Comment> comments)