Class ClassNamespaceNameTreeImpl
- java.lang.Object
-
- org.sonar.php.tree.impl.PHPTree
-
- org.sonar.php.tree.impl.declaration.NamespaceNameTreeImpl
-
- org.sonar.php.tree.impl.declaration.ClassNamespaceNameTreeImpl
-
- All Implemented Interfaces:
NamespaceNameTree
,TypeNameTree
,ExpressionTree
,Tree
public class ClassNamespaceNameTreeImpl extends NamespaceNameTreeImpl
-
-
Constructor Summary
Constructors Constructor Description ClassNamespaceNameTreeImpl(NamespaceNameTree tree)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setSymbol(ClassSymbol symbol)
ClassSymbol
symbol()
-
Methods inherited from class org.sonar.php.tree.impl.declaration.NamespaceNameTreeImpl
absoluteSeparator, accept, childrenIterator, fullName, fullyQualifiedName, getKind, hasQualifiers, isFullyQualified, name, namespaces, qualifiedName, unqualifiedName
-
Methods inherited from class org.sonar.php.tree.impl.PHPTree
getFirstToken, getLastToken, getLine, getParent, is, isLeaf, setParent, toString
-
-
-
-
Constructor Detail
-
ClassNamespaceNameTreeImpl
public ClassNamespaceNameTreeImpl(NamespaceNameTree tree)
-
-
Method Detail
-
symbol
public ClassSymbol symbol()
-
setSymbol
public void setSymbol(ClassSymbol symbol)
-
-