Uses of Class
org.sonar.php.tree.symbols.SymbolTableImpl
-
Packages that use SymbolTableImpl Package Description org.sonar.php.tree.symbols -
-
Uses of SymbolTableImpl in org.sonar.php.tree.symbols
Methods in org.sonar.php.tree.symbols that return SymbolTableImpl Modifier and Type Method Description static SymbolTableImplSymbolTableImpl. create(CompilationUnitTree compilationUnit)static SymbolTableImplSymbolTableImpl. create(CompilationUnitTree compilationUnit, ProjectSymbolData projectSymbolData, PhpFile file)Constructors in org.sonar.php.tree.symbols with parameters of type SymbolTableImpl Constructor Description SymbolVisitor(SymbolTableImpl symbolTable)
-