MCPcopy
hub / github.com/apache/groovy / getProperty

Method getProperty

src/main/java/groovy/lang/MetaClass.java:71–71  ·  view source on GitHub ↗

Retrieves a property on the given receiver for the specified arguments. The sender is the class that is requesting the property from the object. The MetaClass will attempt to establish the method to invoke based on the name and arguments provided. The isCallToSuper and fromInsideClass help th

(Class sender, Object receiver, String property, boolean isCallToSuper, boolean fromInsideClass)

Source from the content-addressed store, hash-verified

69 * @return The property's value.
70 */
71 Object getProperty(Class sender, Object receiver, String property, boolean isCallToSuper, boolean fromInsideClass);
72
73 /**
74 * <p>Sets a property on the given receiver for the specified arguments. The sender is the class that is setting the property from the object.

Callers 15

sizeMethod · 0.95
testPublicFieldMethod · 0.95
getPropertyMethod · 0.95
getClassPropertyMethod · 0.95
getOuterPropertyMethod · 0.95
getPropertyMethod · 0.95
getPropertyMethod · 0.95
methodMethod · 0.65

Implementers 2

MetaClassImplsrc/main/java/groovy/lang/MetaClassImp
DelegatingMetaClasssrc/main/java/groovy/lang/DelegatingMe

Calls

no outgoing calls