MCPcopy Index your code
hub / github.com/apache/groovy / value

Method value

src/main/java/groovy/util/Node.java:477–479  ·  view source on GitHub ↗

Returns an Object representing the value of the node. @return the value or null if value is empty

()

Source from the content-addressed store, hash-verified

475 * @return the value or <code>null</code> if value is empty
476 */
477 public Object value() {
478 return value;
479 }
480
481 /**
482 * Adds or replaces the value of the node.

Callers 6

evaluateOutcomeMethod · 0.45
printMethod · 0.45
getParentListMethod · 0.45
replaceNodeMethod · 0.45
appendNodesMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by 1

evaluateOutcomeMethod · 0.36