Package org.sonar.php.symbols
Class FunctionSymbolIndex.FunctionSymbolImpl
java.lang.Object
org.sonar.php.symbols.FunctionSymbolIndex.FunctionSymbolImpl
- All Implemented Interfaces:
FunctionSymbol,Symbol
- Direct Known Subclasses:
MethodSymbolImpl
- Enclosing class:
- FunctionSymbolIndex
protected static class FunctionSymbolIndex.FunctionSymbolImpl
extends Object
implements FunctionSymbol
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionSymbolImpl
-
-
Method Details
-
location
- Specified by:
locationin interfaceFunctionSymbol
-
qualifiedName
- Specified by:
qualifiedNamein interfaceFunctionSymbol
-
hasReturn
public boolean hasReturn()- Specified by:
hasReturnin interfaceFunctionSymbol
-
hasFuncGetArgs
public boolean hasFuncGetArgs()- Specified by:
hasFuncGetArgsin interfaceFunctionSymbol
-
parameters
- Specified by:
parametersin interfaceFunctionSymbol
-
returnType
- Specified by:
returnTypein interfaceFunctionSymbol
-
isUnknownSymbol
public boolean isUnknownSymbol()- Specified by:
isUnknownSymbolin interfaceSymbol
-