Uses of Class
org.sonar.python.semantic.v2.ScopeV2
Packages that use ScopeV2
-
Uses of ScopeV2 in org.sonar.python.semantic.v2
Methods in org.sonar.python.semantic.v2 that return ScopeV2Methods in org.sonar.python.semantic.v2 that return types with arguments of type ScopeV2Modifier and TypeMethodDescriptionScopeV2.childrenScopes()SymbolTable.scopesByRootTree()Returns the value of thescopesByRootTreerecord component.Constructors in org.sonar.python.semantic.v2 with parameters of type ScopeV2Constructor parameters in org.sonar.python.semantic.v2 with type arguments of type ScopeV2ModifierConstructorDescriptionReadUsagesVisitor(Map<Tree, ScopeV2> scopesByRootTree) ScopeVisitor(Map<Tree, ScopeV2> scopesByRootTree) SymbolTable(Map<Tree, ScopeV2> scopesByRootTree) Creates an instance of aSymbolTablerecord class.WriteUsagesVisitor(Map<Tree, ScopeV2> scopesByRootTree)