Uses of Interface
org.sonar.plugins.php.api.tree.CompilationUnitTree
-
-
Uses of CompilationUnitTree in org.sonar.php.metrics
Methods in org.sonar.php.metrics with parameters of type CompilationUnitTree Modifier and Type Method Description static intCognitiveComplexityVisitor. complexity(CompilationUnitTree cut)List<CpdVisitor.CpdToken>CpdVisitor. getCpdTokens(PhpFile file, CompilationUnitTree tree, SymbolTable symbolTable)FileMeasuresMetricsVisitor. getFileMeasures(PhpFile file, CompilationUnitTree tree, SymbolTable symbolTable, org.sonar.api.measures.FileLinesContext fileLinesContext)Constructors in org.sonar.php.metrics with parameters of type CompilationUnitTree Constructor Description CommentLineVisitor(CompilationUnitTree tree)LineVisitor(CompilationUnitTree tree) -
Uses of CompilationUnitTree in org.sonar.php.parser
Methods in org.sonar.php.parser that return CompilationUnitTree Modifier and Type Method Description CompilationUnitTreePHPGrammar. COMPILATION_UNIT()CompilationUnitTreeTreeFactory. compilationUnit(com.sonar.sslr.api.typed.Optional<ScriptTree> script, com.sonar.sslr.api.typed.Optional<InternalSyntaxToken> spacing, InternalSyntaxToken eofToken) -
Uses of CompilationUnitTree in org.sonar.php.tree.impl
Classes in org.sonar.php.tree.impl that implement CompilationUnitTree Modifier and Type Class Description classCompilationUnitTreeImpl -
Uses of CompilationUnitTree in org.sonar.php.tree.symbols
Methods in org.sonar.php.tree.symbols with parameters of type CompilationUnitTree Modifier and Type Method Description static SymbolTableImplSymbolTableImpl. create(CompilationUnitTree compilationUnit)static SymbolTableImplSymbolTableImpl. create(CompilationUnitTree compilationUnit, ProjectSymbolData projectSymbolData, PhpFile file)voidDeclarationVisitor. visitCompilationUnit(CompilationUnitTree tree)voidSymbolVisitor. visitCompilationUnit(CompilationUnitTree tree)Constructors in org.sonar.php.tree.symbols with parameters of type CompilationUnitTree Constructor Description Scope(CompilationUnitTree compilationUnitTree)Used for global scope -
Uses of CompilationUnitTree in org.sonar.php.tree.visitors
Methods in org.sonar.php.tree.visitors that return CompilationUnitTree Modifier and Type Method Description CompilationUnitTreePHPCheckContext. tree()Constructors in org.sonar.php.tree.visitors with parameters of type CompilationUnitTree Constructor Description PHPCheckContext(PhpFile file, CompilationUnitTree tree, File workingDirectory)PHPCheckContext(PhpFile file, CompilationUnitTree tree, File workingDirectory, SymbolTable symbolTable) -
Uses of CompilationUnitTree in org.sonar.php.utils
Methods in org.sonar.php.utils with parameters of type CompilationUnitTree Modifier and Type Method Description static List<TestIssue>ExpectedIssuesParser. parseExpectedIssues(PhpFile file, CompilationUnitTree tree) -
Uses of CompilationUnitTree in org.sonar.plugins.php.api.visitors
Methods in org.sonar.plugins.php.api.visitors that return CompilationUnitTree Modifier and Type Method Description CompilationUnitTreeCheckContext. tree()Methods in org.sonar.plugins.php.api.visitors with parameters of type CompilationUnitTree Modifier and Type Method Description List<PhpIssue>PHPCheck. analyze(PhpFile file, CompilationUnitTree tree)List<PhpIssue>PHPCheck. analyze(PhpFile file, CompilationUnitTree tree, SymbolTable symbolTable)List<PhpIssue>PHPSubscriptionCheck. analyze(PhpFile file, CompilationUnitTree tree)List<PhpIssue>PHPSubscriptionCheck. analyze(PhpFile file, CompilationUnitTree tree, SymbolTable symbolTable)List<PhpIssue>PHPVisitorCheck. analyze(PhpFile file, CompilationUnitTree tree)List<PhpIssue>PHPVisitorCheck. analyze(PhpFile file, CompilationUnitTree tree, SymbolTable symbolTable)voidPHPVisitorCheck. visitCompilationUnit(CompilationUnitTree tree)voidVisitorCheck. visitCompilationUnit(CompilationUnitTree tree)
-