Uses of Class
org.sonar.php.symbols.FunctionSymbolData
-
Packages that use FunctionSymbolData Package Description org.sonar.php.symbols org.sonar.php.tree.symbols -
-
Uses of FunctionSymbolData in org.sonar.php.symbols
Subclasses of FunctionSymbolData in org.sonar.php.symbols Modifier and Type Class Description classMethodSymbolDataMethods in org.sonar.php.symbols that return types with arguments of type FunctionSymbolData Modifier and Type Method Description List<FunctionSymbolData>ProjectSymbolData. functionSymbolData(QualifiedName qualifiedName)Methods in org.sonar.php.symbols with parameters of type FunctionSymbolData Modifier and Type Method Description voidProjectSymbolData. add(FunctionSymbolData functionSymbolData)FunctionSymbolFunctionSymbolIndex. get(FunctionSymbolData symbolData)Method parameters in org.sonar.php.symbols with type arguments of type FunctionSymbolData Modifier and Type Method Description static FunctionSymbolIndexFunctionSymbolIndex. create(Set<FunctionSymbolData> fileDeclarations, ProjectSymbolData projectSymbolData)Constructors in org.sonar.php.symbols with parameters of type FunctionSymbolData Constructor Description FunctionSymbolImpl(FunctionSymbolData data) -
Uses of FunctionSymbolData in org.sonar.php.tree.symbols
Methods in org.sonar.php.tree.symbols that return types with arguments of type FunctionSymbolData Modifier and Type Method Description Collection<FunctionSymbolData>DeclarationVisitor. functionSymbolData()Collection<FunctionSymbolData>SymbolTableImpl. functionSymbolDatas()
-