MCPcopy Create free account
hub / github.com/mozilla/rhino / getJsDocNode

Method getJsDocNode

rhino/src/main/java/org/mozilla/javascript/Node.java:189–191  ·  view source on GitHub ↗

Gets the JsDoc Comment object attached to this node. @return the Comment or null if no JsDoc is attached to this node

()

Source from the content-addressed store, hash-verified

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) {

Callers 1

getJsDocMethod · 0.95

Calls 1

getPropMethod · 0.95

Tested by

no test coverage detected