Sets the JsDoc comment string attached to this node.
(Comment jsdocNode)
| 192 | |
| 193 | /** Sets the JsDoc comment string attached to this node. */ |
| 194 | public void setJsDocNode(Comment jsdocNode) { |
| 195 | putProp(JSDOC_PROP, jsdocNode); |
| 196 | } |
| 197 | |
| 198 | public boolean hasChildren() { |
| 199 | return first != null; |
no test coverage detected