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

Method getString

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

Can only be called when node has String context.

()

Source from the content-addressed store, hash-verified

576
577 /** Can only be called when node has String context. */
578 public final String getString() {
579 return ((Name) this).getIdentifier();
580 }
581
582 /** Can only be called when node has String context. */
583 public final void setString(String s) {

Callers 15

visitLetMethod · 0.95
toStringMethod · 0.95
createForInMethod · 0.95
visitStatementMethod · 0.95
visitExpressionMethod · 0.95
generateStatementMethod · 0.95
generateLookupResultMethod · 0.95
visitIncDecMethod · 0.95
visitSetPropMethod · 0.95

Calls 1

getIdentifierMethod · 0.80

Tested by

no test coverage detected