Interface MemberSymbol
-
- All Superinterfaces:
Symbol
- All Known Implementing Classes:
MemberSymbolImpl
public interface MemberSymbol extends Symbol
Symbol for method, field or constant ofTypeSymbol
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.php.api.symbols.Symbol
Symbol.Kind
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeSymbolowner()-
Methods inherited from interface org.sonar.plugins.php.api.symbols.Symbol
called, declaration, hasModifier, is, kind, modifiers, name, qualifiedName, usages
-
-
-
-
Method Detail
-
owner
TypeSymbol owner()
-
-