Package org.sonar.php.tree.symbols
Class SymbolImpl
java.lang.Object
org.sonar.php.tree.symbols.SymbolImpl
- All Implemented Interfaces:
Symbol
- Direct Known Subclasses:
MemberSymbolImpl,TypeSymbolImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.php.api.symbols.Symbol
Symbol.Kind -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidassignValue(ExpressionTree value) booleanbooleanhasModifier(String modifier) booleanis(Symbol.Kind kind) kind()name()scope()toString()usages()
-
Method Details
-
modifiers
-
hasModifier
- Specified by:
hasModifierin interfaceSymbol
-
usages
-
scope
-
name
-
qualifiedName
- Specified by:
qualifiedNamein interfaceSymbol- Returns:
- qualified name for class, function, method or class constant, null otherwise
-
declaration
- Specified by:
declarationin interfaceSymbol
-
is
-
called
-
kind
-
toString
-
assignValue
-
assignUnknown
public void assignUnknown() -
uniqueAssignedValue
-