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

Class AngularJS::NgCallExpr

A call expression node.

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

at

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

getArgument

Gets the ith argument expression of this call.

getCallee

Gets the callee expression of this call.

getChild

Gets the nth child node.

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