Uses of Class
org.sonar.php.tree.symbols.Scope
Packages that use Scope
-
Uses of Scope in org.sonar.php.tree.symbols
Methods in org.sonar.php.tree.symbols that return ScopeModifier and TypeMethodDescriptionSymbolTableImpl.getScopeFor(Tree tree) Scope.outer()SymbolImpl.scope()Methods in org.sonar.php.tree.symbols that return types with arguments of type ScopeConstructors in org.sonar.php.tree.symbols with parameters of type ScopeModifierConstructorDescriptionTypeSymbolImpl(IdentifierTree declaration, Scope scope, SymbolQualifiedName qualifiedName) -
Uses of Scope in org.sonar.plugins.php.api.symbols
Methods in org.sonar.plugins.php.api.symbols that return ScopeMethods in org.sonar.plugins.php.api.symbols that return types with arguments of type Scope