Uses of Interface
org.sonar.iac.common.extension.TreeParser
-
Packages that use TreeParser Package Description org.sonar.iac.common.extension org.sonar.iac.common.testing org.sonar.iac.common.yaml -
-
Uses of TreeParser in org.sonar.iac.common.extension
Methods in org.sonar.iac.common.extension that return TreeParser Modifier and Type Method Description protected abstract TreeParser<Tree>IacSensor. treeParser() -
Uses of TreeParser in org.sonar.iac.common.testing
Fields in org.sonar.iac.common.testing declared as TreeParser Modifier and Type Field Description protected TreeParser<Tree>AbstractMetricsTest. parserMethods in org.sonar.iac.common.testing that return TreeParser Modifier and Type Method Description protected abstract TreeParser<Tree>AbstractMetricsTest. treeParser()Methods in org.sonar.iac.common.testing with parameters of type TreeParser Modifier and Type Method Description static voidVerifier. verify(TreeParser<Tree> parser, Path path, IacCheck check)static voidVerifier. verify(TreeParser<Tree> parser, Path path, IacCheck check, Function<org.sonarsource.analyzer.commons.checks.verifier.SingleFileVerifier,Verifier.TestContext> contextSupplier)static voidVerifier. verify(TreeParser<Tree> parser, Path path, IacCheck check, Verifier.Issue... expectedIssues)This method should only be used if "Noncompliant" comments in the code cannot be used to verify the issues.static voidVerifier. verifyNoIssue(TreeParser<Tree> parser, Path path, IacCheck check)static voidVerifier. verifyNoIssue(TreeParser<Tree> parser, Path path, IacCheck check, Function<org.sonarsource.analyzer.commons.checks.verifier.SingleFileVerifier,Verifier.TestContext> contextSupplier)Constructors in org.sonar.iac.common.testing with parameters of type TreeParser Constructor Description AbstractHighlightingTest(SyntaxHighlightingVisitor highlightingVisitor, TreeParser<Tree> parser) -
Uses of TreeParser in org.sonar.iac.common.yaml
Classes in org.sonar.iac.common.yaml that implement TreeParser Modifier and Type Class Description classYamlParserMethods in org.sonar.iac.common.yaml that return TreeParser Modifier and Type Method Description protected TreeParser<Tree>YamlSensor. treeParser()
-