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

Method getProperty

src/main/java/groovy/lang/MetaProperty.java:56–56  ·  view source on GitHub ↗

@return the property of the given object @throws RuntimeException if the property could not be evaluated

(Object object)

Source from the content-addressed store, hash-verified

54 * @throws RuntimeException if the property could not be evaluated
55 */
56 public abstract Object getProperty(Object object);
57
58 /**
59 * Sets the property on the given object to the new value.

Callers 4

getPropertyMethod · 0.95
getAttributeMethod · 0.95
dumpMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected