A filter node.
Example: filter1 ... | filter2
Import path
import javascript
Direct supertypes
Predicates
at | Holds if the node spans the tokens from |
getChild | Gets the |
getHeadFilter | Gets the successor filter of this filter, if any. |
getTailFilter | Gets the tail filter of this filter, if any. |
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 |