Class ExprNameBindingNode
Interface for accessing name-resolution info about expressions.
Import path
import semmle.javascript.internal.BindingInfoDirect supertypes
Indirect supertypes
Predicates
| getClassNode | Gets the class, or function acting as a class, referenced by this name. |
| hasQualifiedName | Holds if this refers a value exported by the given module, with the given qualified name. If the |
Inherited predicates
| getLocation | Gets the location of this node. | from Node |
| toString | Gets a string representation of this node. | from Node |