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 -
-
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, 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)Constructors in org.sonar.iac.common.testing with parameters of type TreeParser Constructor Description AbstractHighlightingTest(SyntaxHighlightingVisitor highlightingVisitor, TreeParser<Tree> parser)
-