A string expression node.
Import path
import javascript
Fields
Predicates
at | Holds if the node spans the tokens from |
getChild | Gets the |
getRawValue | Gets the raw string value of this expression, including surrounding quotes. |
getStringValue | Gets the string value of this expression, excluding surrounding quotes. |
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 |