Gets the JsDoc Comment object attached to this node. @return the Comment or null if no JsDoc is attached to this node
()
| 187 | * @return the Comment or {@code null} if no JsDoc is attached to this node |
| 188 | */ |
| 189 | public Comment getJsDocNode() { |
| 190 | return (Comment) getProp(JSDOC_PROP); |
| 191 | } |
| 192 | |
| 193 | /** Sets the JsDoc comment string attached to this node. */ |
| 194 | public void setJsDocNode(Comment jsdocNode) { |