CodeQL library for JavaScript/TypeScript
codeql/javascript-all 2.6.21-dev (changelog, source)
Search

Class ExprNameBindingNode

Interface for accessing name-resolution info about expressions.

Import path

import semmle.javascript.internal.BindingInfo

Direct 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 qualifiedName is empty, this refers to the module itself.

Inherited predicates

getLocation

Gets the location of this node.

from Node
toString

Gets a string representation of this node.

from Node