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

Class AngularJS::NgDotExpr

A dot expression node for looking up a fixed property with a fixed name.

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

at

Holds if the node spans the tokens from start to end (inclusive).

getBase

Gets the node for the base expression of this expression.

getChild

Gets the nth child node.

getName

Gets the name of the property that is looked up.

pp

Pretty-prints this node.

Inherited predicates

ppChildren

Pretty prints the child nodes.

from NgAstNode
toString

Gets a textual representation of this element.

from NgAstNode