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

Class AngularJS::NgFilterChain

A “filter-chain” node (see https://github.com/angular/angular.js/blob/master/src/ng/parse.js -> filterChain).

Example: expr | filter1 | filter2 | ..., the filters are optional (i.e. Empty).

Import path

import javascript

Direct supertypes

Indirect supertypes

Predicates

at

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

getChild

Gets the nth child node.

getExpr

Gets the leading expression of this filter chain.

getFilter

Gets the filter of this filter chain.

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