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

Method attributes

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

Returns a Map of the attributes of the node or an empty Map if the node does not have any attributes. @return the attributes of the node

()

Source from the content-addressed store, hash-verified

447 * @return the attributes of the node
448 */
449 public Map attributes() {
450 return attributes;
451 }
452
453 /**
454 * Provides lookup of attributes by key.

Callers 8

getMethod · 0.95
toMapMethod · 0.95
replaceNodeMethod · 0.45
appendNodesMethod · 0.45
setAttributeMethod · 0.45
printMethod · 0.45
getAttributeMethod · 0.45
setAttributeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected