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

Method getValue

rhino/src/main/java/org/mozilla/javascript/ast/Comment.java:76–78  ·  view source on GitHub ↗

Returns a string of the comment value.

()

Source from the content-addressed store, hash-verified

74
75 /** Returns a string of the comment value. */
76 public String getValue() {
77 return value;
78 }
79
80 /**
81 * Set the comment Value with the new commentString. and updates the length with new Length.

Calls

no outgoing calls