Package org.sonar.php.symbols
Interface FunctionSymbol
- All Superinterfaces:
Symbol
- All Known Subinterfaces:
MethodSymbol
- All Known Implementing Classes:
FunctionSymbolIndex.FunctionSymbolImpl
,MethodSymbolImpl
,UnknownFunctionSymbol
,UnknownMethodSymbol
-
Method Summary
Methods inherited from interface org.sonar.php.symbols.Symbol
isUnknownSymbol
-
Method Details
-
location
LocationInFile location() -
qualifiedName
QualifiedName qualifiedName() -
hasReturn
boolean hasReturn() -
hasFuncGetArgs
boolean hasFuncGetArgs() -
parameters
-
returnType
ReturnType returnType()
-