Uses of Class
org.sonar.php.tree.symbols.SymbolTableImpl
Packages that use SymbolTableImpl
-
Uses of SymbolTableImpl in org.sonar.php.cache
Methods in org.sonar.php.cache that return SymbolTableImplModifier and TypeMethodDescriptionstatic SymbolTableImplSymbolTableDeserializer.fromBinary(SymbolTableDeserializationInput input) Cache.read(org.sonar.api.batch.fs.InputFile file) SymbolTableSerializationInput.symbolTable()Methods in org.sonar.php.cache with parameters of type SymbolTableImplModifier and TypeMethodDescriptionvoidCache.writeFileSymbolTable(org.sonar.api.batch.fs.InputFile file, SymbolTableImpl symbolTable) Constructors in org.sonar.php.cache with parameters of type SymbolTableImplModifierConstructorDescriptionSymbolTableSerializationInput(SymbolTableImpl symbolTable, String pluginVersion) -
Uses of SymbolTableImpl in org.sonar.php.tree.symbols
Fields in org.sonar.php.tree.symbols declared as SymbolTableImplModifier and TypeFieldDescriptionprotected final SymbolTableImplNamespaceNameResolvingVisitor.symbolTableprotected final SymbolTableImplNamespaceNameResolvingVisitor.symbolTableMethods in org.sonar.php.tree.symbols that return SymbolTableImplModifier and TypeMethodDescriptionstatic SymbolTableImplSymbolTableImpl.create(Collection<ClassSymbolData> classSymbolData, Collection<FunctionSymbolData> functionSymbolData) static SymbolTableImplSymbolTableImpl.create(CompilationUnitTree compilationUnit) static SymbolTableImplSymbolTableImpl.create(CompilationUnitTree compilationUnit, ProjectSymbolData projectSymbolData, PhpFile file) static SymbolTableImplSymbolTableImpl.create(CompilationUnitTree compilationUnit, ProjectSymbolData projectSymbolData, PhpFile file, boolean frameworkDetectionEnabled) Constructors in org.sonar.php.tree.symbols with parameters of type SymbolTableImpl