Package org.sonar.php.tree.symbols
Class MemberSymbolImpl
- java.lang.Object
-
- org.sonar.php.tree.symbols.SymbolImpl
-
- org.sonar.php.tree.symbols.MemberSymbolImpl
-
- All Implemented Interfaces:
MemberSymbol,Symbol
public class MemberSymbolImpl extends SymbolImpl implements MemberSymbol
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.sonar.plugins.php.api.symbols.Symbol
Symbol.Kind
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeSymbolowner()-
Methods inherited from class org.sonar.php.tree.symbols.SymbolImpl
assignUnknown, assignValue, called, declaration, hasModifier, is, kind, modifiers, name, qualifiedName, scope, toString, uniqueAssignedValue, usages
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.sonar.plugins.php.api.symbols.Symbol
called, declaration, hasModifier, is, kind, modifiers, name, qualifiedName, usages
-
-
-
-
Method Detail
-
owner
public TypeSymbol owner()
- Specified by:
ownerin interfaceMemberSymbol
-
-