Package org.sonar.php.symbols
Class Symbols
java.lang.Object
org.sonar.php.symbols.Symbols
Utility class to retrieve symbols from the AST.
We can drop this class as soon as we expose an equivalent API directly on the AST interfaces.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ClassSymbol
get
(ClassDeclarationTree classDeclarationTree) static MethodSymbol
get
(MethodDeclarationTree methodDeclarationTree) static ClassSymbol
get
(AnonymousClassTree anonymousClassTree) static FunctionSymbol
get
(FunctionCallTree functionCallTree) static ClassSymbol
getClass
(NamespaceNameTree namespaceNameTree)
-
Method Details
-
get
-
get
-
getClass
-
get
-
get
-