public interface SymbolTable
| Modifier and Type | Method and Description |
|---|---|
Symbol |
getSymbol(com.sonar.sslr.api.AstNode node)
Find symbol associated with the node.
|
Set<Symbol> |
symbols(com.sonar.sslr.api.AstNode scopeTree) |
@CheckForNull Symbol getSymbol(com.sonar.sslr.api.AstNode node)
PythonGrammar.CALL_EXPR,
PythonGrammar.ATTRIBUTE_REF and PythonGrammar.ATOMnode - of type PythonGrammar.CALL_EXPR, PythonGrammar.ATTRIBUTE_REF or
PythonGrammar.ATOMCopyright © 2011–2019 SonarSource and Waleri Enns. All rights reserved.