Uses of Interface
org.sonar.iac.common.api.tree.Comment
-
Packages that use Comment Package Description 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 Comment in org.sonar.iac.common.api.tree
Methods in org.sonar.iac.common.api.tree that return types with arguments of type Comment Modifier and Type Method Description List<Comment>HasComments. comments() -
Uses of Comment in org.sonar.iac.common.api.tree.impl
Classes in org.sonar.iac.common.api.tree.impl that implement Comment Modifier and Type Class Description classCommentImpl -
Uses of Comment in org.sonar.iac.common.extension.visitors
Method parameters in org.sonar.iac.common.extension.visitors with type arguments of type Comment Modifier and Type Method Description protected voidMetricsVisitor. addCommentLines(List<Comment> comments) -
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 Comment Modifier and Type Method Description List<Comment>YamlTreeImpl. comments()List<Comment>YamlTreeMetadata. comments()static List<Comment>YamlTreeMetadata. comments(org.snakeyaml.engine.v2.nodes.Node node)Constructor parameters in org.sonar.iac.common.yaml.tree with type arguments of type Comment Constructor Description YamlTreeMetadata(String tag, TextRange textRange, List<Comment> comments)
-