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
Inherited predicates
ppChildren | Pretty prints the child nodes. | from NgAstNode |
toString | Gets a textual representation of this element. | from NgAstNode |