Class AngularJS::NgCallExpr
A call expression node.
Import path
import javascript
Direct supertypes
Predicates
at | Holds if the node spans the tokens from |
getArgument | Gets the |
getCallee | Gets the callee expression of this call. |
getChild | Gets the |
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 |