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

Method getProperties

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

Retrieves a list of MetaProperty instances that the MetaClass has @see MetaProperty @return A list of MetaProperty instances

()

Source from the content-addressed store, hash-verified

154 * @return A list of MetaProperty instances
155 */
156 @Override
157 List<MetaProperty> getProperties();
158
159 /**

Callers 15

getMetaPropertyValuesMethod · 0.95
getPropertiesMethod · 0.95
doForkCommandLineListMethod · 0.65
hashCodeMethod · 0.65
sizeMethod · 0.65
isEmptyMethod · 0.65
cloneMethod · 0.65
containsMethod · 0.65
containsKeyMethod · 0.65
containsValueMethod · 0.65
equalsMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by 2

resolveInheritedMethod · 0.52